Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Internet connection via proxy server works but wants to dial
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Internet connection via proxy server works but wants to dial
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01140098
Message ID:
01140098
Views:
62
Hi all

I have this code:
IF InternetCheckConnection("http://www.microsoft.com", FLAG_ICC_FORCE_CONNECTION, 0) = 0
	IF InternetAutodial(INTERNET_AUTODIAL_FORCE_ONLINE,_Screen.HWnd) = 0
		WAIT WINDOW "Cannot connect"
	ENDIF
ENDIF

IF InternetOpen ("w32vfp", INTERNET_OPEN_TYPE_DIRECT, "","", 0) # 0
   ...
ENDIF
Now at a clients place I am getting message box for auto dialing but actually the whole code is progressing as it should and downloading.

What is happening, why the message when the connection and the application is working through the proxy server.

Please advise.
Regards
Bhavbhuti
___________________________________________
Softwares for Indian Businesses at:
http://venussoftop.tripod.com
___________________________________________
venussoftop@gmail.com
___________________________________________
Reply
Map
View

Click here to load this message in the networking platform