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
Titre:
How to send multiple documents with FAXSERVER object
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Database:
Visual FoxPro
Divers
Thread ID:
01430624
Message ID:
01430624
Vues:
86
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?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform