Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Segment.H
Message
From
08/07/2021 05:44:54
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
 
 
To
08/07/2021 05:19:43
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
01681722
Message ID:
01681744
Views:
29
Hi Greg

Instead of mixing up the access rights, what do you think about
copy file  (HOME()+"wizards\fdKeywrd.*") TO (GETENV("Temp"))
use (GETENV("Temp")\fdKeywrd.dbf)
*alter as above
use
*other files
*...
_cliptext = HOME()
now you open up Explore change to %temp% and move the file to there source (VFP Home is in clipboard). Windows will ask you for permission, you hand windows this permission once, windows will copy and forget about the temporary permission. This is how the system likes it.
Otherwise you might learn how to elevate the process from within VFP, this is possible too.
Changing the permission of whole "C:\Program Files (x86)\Microsoft Visual FoxPro 9\" for just running a simple add to the tables.
This behaviour is exactly what Windows unreliable. It's the problem between keyboard and chair. You expose exes to anything that runs in your context. System is compromised.
(((p(>o<)q)))
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Previous
Reply
Map
View

Click here to load this message in the networking platform