Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using DDE to talk to Winfax Pro 9.0
Message
From
23/04/1999 14:00:43
Lisa Luft
Communication Data Services
Des Moines, Iowa, United States
 
 
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00211613
Message ID:
00211628
Views:
23
Thanks for your reply,

I have set the showsendscreen to 0. Here is the following steps I have taken to
set channels and send the document to fax.

FaxChan = DDEInitiate("FAXMNG32","CONTROL")
retvar=DDEExecute(FaxChan,"GoIdle")
FaxChan = DDEInitiate("FAXMNG32","TRANSMIT")
retvar=DDEPoke(FaxChan,"sendfax",attach("U:\fax\cdifrib.fax")')
retvar=DDEPoke(FaxChan,"sendfax",'recipient("2466730","11:11:11","12/12/95")')
retvar=DDEPoke(FaxChan,"Sendfax",'resolution("HIGH")')
retvar=DDEExecute(FaxChan,"GoActive")
retvar=DDEPoke(FaxChan,"sendfax",'showsendscreen("0")')
retvar=DDEPoke(FaxChan,"sendfax","SendFaxUI")
retvar=DDETerminate(FaxChan)

I am wondering if there should be parameters following the "SendFaxUI".

HELP!

Thank You for your time!
Lisa Luft
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform