Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Faxing from within VFP 6.0
Message
From
09/07/1999 02:03:45
Guy Pardoe
Pardoe Development Corporation
Peterborough, New Hampshire, United States
 
 
To
07/07/1999 11:29:01
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00238328
Message ID:
00239285
Views:
18
FUNCTION FaxIt
oFax=CreateObject('WinFax.SDKSend8.0')
oFax.LeaveRunning

oFax.SetTo(lcTo)
oFax.SetCompany(lcCompany)
oFax.SetSubject(lcSubject)
oFax.SetNumber(lcFaxNo)
oFax.AddAttachmentFile("")
oFax.SetCoverFile("C:\Program Files\Symantec\Winfax\Cover\BASIC1.CVP") oFax.SetCoverText(" ")
oFax.SetPrintFromApp(1)
oFax.AddRecipient
oFax.Send(0)


REPORT FORM mycursor TO PRINTER NOCONSOLE

oFax=.NULL.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform