Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Internet connection via proxy server works but wants to dial
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Internet connection via proxy server works but wants to dial
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Divers
Thread ID:
01140098
Message ID:
01140098
Vues:
63
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
___________________________________________
Répondre
Fil
Voir

Click here to load this message in the networking platform