Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Trying to add a vfp fxp to a task s

Status
Not open for further replies.

kris gersbach

Programmer
Jan 25, 2019
2
0
0
US
Trying to add a vfp fxp to a task scheduler and it doesn’t work. Task says running but it’s not even hitting the code. When you run the task logged in it works, but when you tun it as not logged in, it doesn’t. Any ideas?
 
In the scheduled taks configure a user executing the fxp. Or perhaps rather an EXE, as that's more usual to execute and doesn't mean the Task Scheduler needs to start up the whole VFP IDE to run your fxp or more generally speaking makes this independent of a VFP installation.

All you need to know about the task configuration and more is mentioned here:
thread184-1800944

Bye, Olaf.



Olaf Doschke Software Engineering
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top