Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fax out a WinWord file
Message
 
To
26/01/2008 06:10:08
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01285735
Message ID:
01286619
Views:
18
>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")
Previous
Reply
Map
View

Click here to load this message in the networking platform