Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Gone in confusion connecting on internet
Message
De
12/05/2008 01:54:18
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Gone in confusion connecting on internet
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01316346
Message ID:
01316346
Vues:
55
hi all,
I had a procedure which tested if my pc was connected on internet and how it was connected. I called it getstatusconnection.
	lcStatus = Alltrim(Transform(oFtp.GetStatusConnection()))
	Do case 
		Case lcstatus = '-1'
			lntenta = lntenta + 1
		Case '2' $ lcstatus
			*connesso  via LAN
		Case '1' $ lcstatus
			*connesso via Modem
		Case '4' $ lcstatus
			* connesso con proxy
		Otherwise 
			lntenta = lntenta + 1	
	EndCase 
Well I cannot find this procedure anymore :(
so that i cannot remember which function I was calling. I thought it was a api function, almost sure it belonged to the Ftp_service class i use and that i got from here.

Any Help ?

What I have to do is to check if an internet connection exist to decide wether try a Dial up connection or check directly a ftp directory
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform