Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
'DDE' Comunications with 'Delrina Win Fax Pro'
Message
From
20/12/1996 07:14:47
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00015670
Message ID:
00015683
Views:
32
WinFax is actually a printer driver, so it will not begin its function of SEND until you begin to print something. What are you trying to fax? I have run up against this when I am trying to fax just a cover page from FoxPro, and I don't think I've solved that problem. (I'd check, but I'm waiting for my real copy of WinFax to come in - #!*$ government procurement system, I ordered it on November 18.)

You might be able to print an empty report, such as "REPORT FORM DUMMY FOR THISFIELD = 'NONSENSE', but I couldn't swear to that.


>Hi guys,
>I'm trying to send faxes from within Foxpro using
>DDE function calls to 'Delrina Win Fax Pro', after
>I do al the necesary steps to acomplish this, it doesn't
>start sending the faxes automatically, it receives the
>information about the recipient like telephone, name, etc..., but I still need to 'ALT-TAB' to delrina and
>click on 'Send' to start sending the fax, this is
>basically my code :
>ChanNum=DDEInitiate("FAXMNG","TRANSMIT")
>=DDEPoke(ChanNum,"Sendfax",'recipient("5451977")')
>=DDEPoke(ChanNum,"Sendfax",'attach("c:\test.wpd")')
>=DDEPoke(ChanNum,"Sendfax",'resolution("HIGH")')
>=DDEPoke(ChanNum,"Sendfax",'showsendscreen("1")')
>=DDETerminate(ChanNum)
>
>Also tried to add this after the previous code:
>ChanNum2=DDEInitiate("FAXMNG","CONTROL")
>=DDEexecute(ChanNum2,"GoActive")
>=DDETerminate(ChanNum)
>What am I missing?, it receives the information, but
>it doesn't start to send the fax if I don't go
>manually to 'Delrina' and click on send.
>Have anybody tried this before ?, any suggestion will be
>apreciated.
>=THIS.Thanks_In_Advance()
>luisg@netrunner.net
Tina Robichaux
Interland, Inc.
www.interland.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform