Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Aborting form.unload
Message
From
07/08/2009 11:56:09
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01416755
Message ID:
01416769
Views:
65
>>>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() :
>
>Moises,
>
>>
>>IF thisform.ReleaseType = 0  and [ my condition ] && to allow release by x in the right top corner
>>    nodefault
>>    return .f.
>>ENDIF
>>
Nice addition Naomi. I like it. Thanks :o)

This worked in my testing (to prevent closing by the control box):
IF thisform.ReleaseType = 1 AND thisform.noexit  && 1 = close menu command or close box, 0 = var released, 2 = exit VFP
	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
Reply
Map
View

Click here to load this message in the networking platform