LindaRichard
Programmer
In my application I use
MODIFY WINDOW SCREEN CLOSE NOFLOAT MINIMIZE
to set the fox pro windows properties in main.prg
I compile the application and then when I run the program and click
of the x (top rigth), I get the error message.
cannot quit visual fox pro
Any suggestions how I can get the X button to work and quit.
Ideally I would like it to trigger the event cmdexit.click()
located on my form.
I currently use
_screen.activeform.cmdexit.click() from a button in my toolbar.
Thanks
Linda
MODIFY WINDOW SCREEN CLOSE NOFLOAT MINIMIZE
to set the fox pro windows properties in main.prg
I compile the application and then when I run the program and click
of the x (top rigth), I get the error message.
cannot quit visual fox pro
Any suggestions how I can get the X button to work and quit.
Ideally I would like it to trigger the event cmdexit.click()
located on my form.
I currently use
_screen.activeform.cmdexit.click() from a button in my toolbar.
Thanks
Linda