Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WinFax VFP Expert!
Message
 
To
12/09/1998 11:15:09
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00135805
Message ID:
00136031
Views:
16
I hope following code will help you:

* For Sending Fax
ChanNum=DDEInitiate("FAXMNG32","TRANSMIT")
=DDEPoke(ChanNum,"Sendfax",'recipient("027050")')
=DDEPoke(ChanNum,"Sendfax",'attach("c:\netlog.txt")')
=DDEPoke(ChanNum,"Sendfax",'resolution("HIGH")')
=DDEPoke(ChanNum,"Sendfax",'showsendscreen("0")')
=DDETerminate(ChanNum)
=DDEexecute(ChanNum,"Sendfaxui")
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform