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
Environment versions
Visual FoxPro:
VFP 9 SP1
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01430624
Message ID:
01430941
Views:
40
I guess, you can covert the Word DOC into .tif and merge with the first one into .tiff.

>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
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform