Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fax using VFP
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00282677
Message ID:
00282711
Vues:
16
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform