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...
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
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
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...
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.
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.