Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Faxserver document handle
Message
De
24/04/2008 14:18:26
 
 
À
23/04/2008 16:32:30
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01312742
Message ID:
01312941
Vues:
14
This works fine on home computer "Fax" but not as a network printer/fax
at the office (\\TERM-003\Fax)? Does this need to be installed locally
at the office or is it more simply a permissions/rights thing?


xfaxsoftw = "Fax" &&"\\TERM-003\Fax"
oFax = createobject("faxserver.faxserver")
oFax.connect(xfaxsoftw)

fd = oFax.createdocument("faxdoc")
fd.filename = fullpath("notepadtext.txt")
fd.faxnumber = "34563566"
fd.displayname = "myname"
fd.sendcoverpage = .f.

fd.send
oFax.disconnect()
release oFax,fd
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform