Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fax out a WinWord file
Message
 
À
26/01/2008 06:10:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01285735
Message ID:
01286619
Vues:
19
>Hi,
>
>Can i fax out a WinWord document with a selected phone no. from VFP coding
>( can i know is't success on fax out )

Yes, you can. See VBA for Word Help on SendFAx.
*expression.SendFax(Address, Subject)
*expression   Required. An expression that returns a Document object.
*Address  Required String. The recipient's fax number.
*Subject  Optional Variant. The text for the subject line. The character limit is 255.

*This example sends the active document as a fax.
oWord.ActiveDocument.SendFax("12065551234", "Important Fax")
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform