Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem With Object Fax Server
Message
De
09/02/2007 11:22:00
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Problem With Object Fax Server
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01194099
Message ID:
01194099
Vues:
78
I got the following error message from Visual Foxpro when I execute SEND command. What's wrong?

"OLE error code 0x80070006: Unknown COM status code"

My VFP code is the following:
x=createobject('faxserver.faxserver')
lcMachine='\\'+getwordnum(sys(0),1)
x.connect(lcMachine)
fd=x.createdocument('filename')
fd.faxnumber='999-999-9999'
fd.displayname='VFP Fax Message'
fd.filename=fullpath('samplefax.doc')
fd.sendcoverpage=.f.
fd.send && I got the error here
Marc Levesque
La Prairie, Quebec (CANADA)
marc.levesque@videotron.ca
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform