Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Gone in confusion connecting on internet
Message
 
 
À
12/05/2008 01:54:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01316346
Message ID:
01316364
Vues:
12
BTW, this is the FTP class

FTP class 2.0.4 Download #30345

>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
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform