Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Faxserver document handle
Message
De
23/04/2008 16:18:58
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Faxserver document handle
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01312742
Message ID:
01312742
Vues:
61
Hi,
I am having problems trying to automate my faxing. I am working via remotedesktop
I have read all the threads related to faxserver here and my wheels
are starting to spin, not to mention my head. The fax is MS Fax Console.
It is shared...

This code gives me a "Handle is invalid" on the fd.Send
Thanks for help


xfaxsoftw = "\\TERM-003\Fax" &&"\\TERM-003" &&"Fax on TERM-003", "Fax"
&&*Set Printer To Name (eFaxSoftW)

oFax = CreateObject("faxserver.faxserver")
oFax.connect(xfaxSoftw)
fd = oFax.CreateDocument("c:\testdoc.doc")
fd.FileName = "c:\testdoc.doc"
fd.Faxnumber = "818014895099"
fd.Displayname = "MYNAME"
fd.sendcoverpage = .f.
fd.Send
oFax.Disconnect()
release oFax, fd
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform