Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Run as Administrator
Message
From
07/04/2011 08:26:51
 
 
To
06/04/2011 13:21:08
General information
Forum:
Visual FoxPro
Category:
Installation, Setup and Configuration
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01506020
Message ID:
01506348
Views:
114
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform