Help closing my vfp9 form



Hello all. I thank you all in advance for any help with this...

I have a vfp9 form which was operating normally when the close [X]
button was pressed. The form would unload and execution would
stop...perfect. Yesterday, while debugging a seperate issue with a
view, my form suddenly decided to stop closing...no matter what I do.
I tried creating my own close button...calling everything from the
release method to the unload method....I've tried cancel commands,
quit commands....I've clear events and bupkis! I've set break points
in several areas and find that neither the release or unload events
fire when that button is closed and when I programmatically fire them
myself say in a button...they execute the code and then nothing! I
have found that once I have clicked the close [X] button it grays out
and only then can I close the form by typing "release all" in my
command line.

Thanks for any help!

Malcolm

.


Loading