Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fox and WinFax
Message
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
Miscellaneous
Thread ID:
00687504
Message ID:
00687509
Views:
12
This message has been marked as a message which has helped to the initial question of the thread.
Hi,

>I have to send a file which I create to a faxprogram.
>The faxprogram is 'WinFax pro' by Symantec.
>I don't know how I can pass the file and the faxnumber to this program. Perhaps somebody can help me or give me a hint.

This might get you started ... You also may want to have a look at thread #661848 and thread #661609 to get some additional information.
oWinFax = CreateObject("WinFax.SDKSend8.0")

? oWinfax.ShowSendScreen(0)
? oWinFax.SetPrintFromApp(1)

? oWinFax.SetCountryCode("")
? oWinFax.SetAreaCode("0711")
? oWinFax.SetNumber("99999999")
? oWinFax.SetUseCover(0)
? oWinFax.SetPreviewFax(0)

? oWinFax.AddRecipient()    && Required

? oWinFax.Send(0)

myreport = "test.frx"
SET PRINTER TO NAME "WinFax"
REPORT FORM &myreport to printer noconsole
HTH,
Armin

Armin Neudert
Regional Director (Stuttgart) of German FoxPro User Group dFPUG

MCP for Visual FoxPro

Expert/Editor of the VFP section in the German Codezone community portal
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform