Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Run as Administrator
Message
De
07/04/2011 08:26:51
 
 
À
06/04/2011 13:21:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Installation et configuration
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01506020
Message ID:
01506348
Vues:
115
This message has been marked as the solution to the initial question of the thread.
Hi Doyle.

>Once running I was using a Shell object to determine the presence of an internet connection. This function seems not to run unless the app is being Run as Administrator.

I tried your code while running VFP as a standard user without elevating and it worked for me AFTER I changed the path to the file. That's the cause of the problem: the root of the drive is a protected location, so you can't write to C:\LocalIP.txt without elevating. Instead, why not use SYS(2023) (the user's temporary files folder) i.e.

lcTempFile = addbs(sys(2023)) + 'LocalIP.txt'

Doug
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform