I have one Foxpro application which I am merely running from the Foxpro environment calling another foxpro application as an executable with the run command.
The other executable starts up just fine and runs through all the steps I want it to, but it doesn't shut down properly?
A form is shown for informational purposes of what it's doing. The main steps take place in a custom method, right now just had a label's caption being assigned "Done."
After the method is run, i issue thisform.release
in the release method I have clear events
the form disappears, but it remains in memory and I have to kill it in task manager. I'm not sure what the problem is because the form / main.prg are both set up the same way I've done all my projects. Any ideas?
The other executable starts up just fine and runs through all the steps I want it to, but it doesn't shut down properly?
A form is shown for informational purposes of what it's doing. The main steps take place in a custom method, right now just had a label's caption being assigned "Done."
After the method is run, i issue thisform.release
in the release method I have clear events
the form disappears, but it remains in memory and I have to kill it in task manager. I'm not sure what the problem is because the form / main.prg are both set up the same way I've done all my projects. Any ideas?