Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem With Object Fax Server
Message
From
09/02/2007 11:22:00
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Problem With Object Fax Server
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01194099
Message ID:
01194099
Views:
79
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
Next
Reply
Map
View

Click here to load this message in the networking platform