Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Aborting form.unload
Message
From
07/08/2009 11:43:25
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01416755
Message ID:
01416766
Views:
139
This message has been marked as the solution to the initial question of the thread.
>How can I prevent form release or unload ?
>
>Is a button the only way ?
>
>I put the code below release or unload but could not achieve what I wanted
>
>Doesn't "return" abort form unload event ?
>
>IF thisform.tested = 0
> = MESSAGEBOX("Not tested yet")
>RETURN
> endif

Put your conditional check in the form's queryunload() :
IF [ my condition ]
    nodefault
    return .f.
ENDIF
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform