Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WinFax help...
Message
From
08/10/1998 13:56:23
Paul Harker
Harker Enterprises, Inc.
Idaho Falls, Idaho, United States
 
 
To
07/10/1998 19:14:01
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
Miscellaneous
Thread ID:
00144843
Message ID:
00145129
Views:
36
>Paul,
>
>In several E-mails, you've discussed working with WinFax. Are you using OLE or DDE? How do you print a report, through code, directly to a fax number.
>
>I can control WinFax thru DDEPoke all day long. And I can send beautiful attachments and cover pages. I just can't get a report to go!!
>
>Thanks in advance,
>
>Ray Kremer
>Softronics, Inc.


I am doing via OLE. Here is a sample

WinFax.AddRecipient() &&add recipient to winfax
WinFax.SetPrintFromApp(1) &&print from winfax
WinFax.AddAttachmentFile("") &&no attachment
WinFax.Send(1) &&send fax
SET PRINTER TO NAME winfax
REPORT FORM (m.report) TO PRIN NOCON

Really easy with OLE rather than DDE.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform