Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to send multiple documents with FAXSERVER object
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Database:
Visual FoxPro
Divers
Thread ID:
01430624
Message ID:
01430941
Vues:
39
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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform