Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FaxServer in W2K

Status
Not open for further replies.

JanBucek

IS-IT--Management
Feb 25, 2002
64
CZ
Hi,
does anybody use FaxServer in W2K? I tried, but didn't succeed. My test code (in VisualFoxPro 6.0):
-----
loF=CreateObject("FaxServer.FaxServer")
lnHandle=loF.Connect("") && here comes: OLE error code: 0x80004005
loD=loF.CreateDocument(FullPath("WaKo020FM.doc"))
loD.FaxNumber="+420 (437) 800411"
lnJobId=loD.Send()
loF.Disconnect()
release loF
------
Any suggestions and samples of code (VFP, VB) welcome

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top