Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by bdsopt

  1. bdsopt

    Windows Key + R

    Hello: I have Procomm Plus 4.8 and I'd like script it to perform the Windows Key + R (run command) then press Enter on OK to run another application. I cannot use the 'run' aspect command as this causes the other application to fail. If I use the Windows run command it's successful. Can this...
  2. bdsopt

    Coping text from one file to another

    Thank you. This is exactly what I needed. Brad
  3. bdsopt

    Coping text from one file to another

    Hello: Does anybody have an example for copying text from one file and appending it to another file? For example: Open File1 Open File2 copy text from File2 Append text from File2 to File1 save and close File2 save and close File1 Thanks
  4. bdsopt

    Encoding change

    Can you tell me how I would change my code to handle your situation? I also need to make sure that this new macro is performed at startup of Word. Thank you
  5. bdsopt

    Encoding change

    Using Word 2002 I need to write a macro in VB 6.3 to have all files open from the A:\ with Western encoding. Currently some files that I try to open brings up the File Conversion Encoding dialog box and I must choose between Windows (default), MS-DOS or UniCode-7. I found a macro example...
  6. bdsopt

    How do I send multiple files using ASPECT?

    Yes I did. I added the values: temp = "a:\" strcat temp fname fileget temp SIZE sizeoffile if sizeoffile > 0 faxsend DIALDIR coname SINGLE temp while $FAXSTATUS yield endwhile else Thanks for your help.
  7. bdsopt

    How do I send multiple files using ASPECT?

    Here is my SendTheFax procedure: proc SendTheFax param string fname param string coname string temp ;temporary string for file concatinations long sizeoffile = 0 ;to check that filesize is not 0 before sending temp = "a:\" strcat temp fname if isfile temp fileget temp SIZE...
  8. bdsopt

    How do I send multiple files using ASPECT?

    I've added the step above with the same results. Yes, the SendTheFax procedure is called when a single entry is choosen from the menu...which works just fine. Maybe this doens't need to be in the SendToAll procedure? When I do choose a single entry Procomm starts up the Fax Status window...
  9. bdsopt

    How do I send multiple files using ASPECT?

    Hello: I'm current using 4.8 to fax files from the A:\ to various companies. I've created a radiobutton for every company including a ALL button to fax to the entire list. If I chose each company individually the program works fine but the ALL function does not. The ALL program performs a...
  10. bdsopt

    Changes to text files

    Hello: Can somebody provide me with a simple code to make the left and right margin size to a specified length and to also make the font a certain width? I'm currently using ASPECT in Procomm Plus to call Word 2002 to generate a file for faxing but since the document is in text format I'm...

Part and Inventory Search

Back
Top