Hello Tracy,

Yes, the form starts up fine and the quit button does get focus.

I debugged it and it does go to the release method and then to the destroy
method
And then the debugger goes back to the calling program on the .show(1) line
But the form is still there and I can click on it and it is active again.

The quit button click() method just has thisform.release()

Very weird as this was working fine Friday afternoon



-----Original Message-----
From: ProFox [mailto:[email protected]] On Behalf Of Tracy Pearson
Sent: Monday, June 03, 2013 10:23 AM
To: [email protected]
Subject: RE: Monday morning blues ...

Kent Belan wrote on 2013-06-03: 
>  Well ....
>  
>  Everything was working good last Friday, but this morning ... back to
weird
>  things
>  
>  Working with the same form built run from a class:
>  I have a button to quit the form with "thisform.release()" in the 
> click  event.
>  
>  The code is running but the form will not release ?
>  
>  What would cause  the form to not release ?
>  
>  I can click on the X button in the top right cornor and the form will
close
>  So I know the form is not locked
>  
>  Thanks,
>  Kent
>  

Kent,

Is the button getting focus?

If you click on the form does it close?

How is the quit button programed? Is it a class that is added to the form
with the code in the click? OR is the code programed in the form class with:
    PROCEDURE btnQuit.Click
        THISFORM.Release()
    ENDPROC
OR Did you program it with a BINDEVENT?


Tracy Pearson
PowerChurch Software


[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to