Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sending faxes with WinFax 9.0
Message
 
To
11/11/1999 08:16:42
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00290020
Message ID:
00290030
Views:
32
>oWinFax = CreateObject("WinFax.SDKSend")
>
>SCAN
> oWinFax.SetSubject("Test subject")
> oWinFax.SetNumber("555-5555") &&Get the next fax# from a table.
> oWinFax.SetAreaCode("555")
> oWinFax.SetCompany("Fax One") &&Get next company name from table.
> oWinFax.AddRecipient() &&BOMBS RIGHT HERE WITH ERROR on second pass.
> oWinFax.SetPrintFromApp(1)
> oWinFax.AddAttachmentFile("")
> oWinFax.Send(1)
>
> SET PRINTER TO NAME winfax
> REPORT FORM junk TO PRINT NOCONSOLE
>ENDSCAN
>
>SET PRINTER TO
>RELEASE owinfax
>
>Any ideas on why the program bombs on second pass?

What is the error?
Wayne Myers, MCSD
Senior Consultant
Forte' Incorporated
"The only things you can take to heaven are those which you give away" Author Unknown
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform