Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot Connect To FaxServer : How To Get Error ?
Message
 
 
To
17/10/2007 10:06:06
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows Server 2003
Miscellaneous
Thread ID:
01261473
Message ID:
01261784
Views:
9
Why do you expect return value in the first place? The connect method doesn't have one. See http://msdn2.microsoft.com/en-us/library/ms687537.aspx. You have to wrap it into TRY CATCH to capture connection errors.

>oFaxServer = CreateObject("FaxServer.FaxServer")
>oFaxServer.Connect("") && I tried with empty string and also with server name, in remote on my computer (WinXP) and directly local on the server (Win2003)... nothing works... I got .null. as return value.
>
>I wonder how to capture the error? Is it normal I got an .null. return value?
>
>P.S.: My admin told me that the FaxServer is shared and I have all rights.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform