Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fax using VFP
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00282677
Message ID:
00282711
Views:
15
>Does anyone know how to send faxes using VFP5/6 ? I've seen an example using WinFax V9, but I'd like to know if the fax was sent ok. I'd like to write a program that allows 1 machine to be a fax server on a network, but it would need to know if a fax was sent ok or if it needed to send the fax again.
>
>regards
>
>Derek Chapman

You could use the other code and just do a check:
IF oWinFax.IsError()
   lcError = oWinFax.GetLastError()

   * Do something based on the error code
   DO CASE
      CASE lcError = 

   ENDCASE
ENDIF
If you're going use WinFax, I'd suggest going to their web site and downloading the WinFax SDK. It includes all the docs on how to use the objects and samples in VB, and C.

-Paul
-Paul

RCS Solutions, Inc.
Blog
Twitter
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform