Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Faxserver document handle
Message
From
24/04/2008 14:43:09
 
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01312742
Message ID:
01312953
Views:
15
Most likely, yes.

>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform