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


_______________________________________________
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