Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to send multiple documents with FAXSERVER object
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
How to send multiple documents with FAXSERVER object
Environment versions
Visual FoxPro:
VFP 9 SP1
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01430624
Message ID:
01430624
Views:
87
Hi all
In order to send faxes, i use code similar to
*** assuming i have somefile.tif ***
fs=CREATEOBJECT("faxserver.faxserver")
fs.Connect("")
fd=fs.CreateDocument(FULLPATH("somefile.tif"))
fd.SendCoverpage = .F.
fd.FaxNumber = "1234567"
fd.Send()
How can i add some Word DOC document as page 2 of that same fax?

TIA
Jaime
Why do programs stop working correctly as soon as you leave the Fox?
Next
Reply
Map
View

Click here to load this message in the networking platform