drosenkranz
Programmer
Hey All,
When I am running an application during development and one of the forms fail, I find other parts of the application are still running in the backround. I have found that if I suspend the operation and then cancel the application from the debugger, everything "unloads" properly.
In VB I can change a line of code and resume with my changes to the offending line from that point. VFP makes me quit first- then make changes- then re launch the App.
< Does FoxPro work like a compiler in this respect as opposed to an interpreter? >
Is this why I have pieces of an application still running in the background if I cancel on an error in a form that was called modally on top of another form?
Thanks for the info.
The 2nd mouse gets the cheese.
When I am running an application during development and one of the forms fail, I find other parts of the application are still running in the backround. I have found that if I suspend the operation and then cancel the application from the debugger, everything "unloads" properly.
In VB I can change a line of code and resume with my changes to the offending line from that point. VFP makes me quit first- then make changes- then re launch the App.
< Does FoxPro work like a compiler in this respect as opposed to an interpreter? >
Is this why I have pieces of an application still running in the background if I cancel on an error in a form that was called modally on top of another form?
Thanks for the info.
The 2nd mouse gets the cheese.