Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Screens/Forms Layouts
Message
 
 
To
07/02/2000 22:04:21
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00328406
Message ID:
00328695
Views:
20
>Hi Jess,
>
>>because using THISFORM.RELEASE OR _SCREEN.FORMS[i].RELEASE does not fire QUERYUNLOAD event which is important one on our Framework. :)
>
>Make it a practice to return .T. or .F. in your QueryUnload that coexists with the deafult or NODEFAULT respectivly. THen you can simply do:
>
>
for lnForm = _screen.formcount to 1 step -1
>	if _screen.forms[lnForm].QueryUnload()
>		_screen.forms[lnForm].Release()
>	endif
>endfor
>
>THere, now you are OO and use QueryUnload.

Nicer one and it gives the same functionality.
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Previous
Reply
Map
View

Click here to load this message in the networking platform