Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Execute code before closing form
Message
From
28/03/2007 14:02:39
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01209324
Message ID:
01209331
Views:
25
>>>Hi all,
>>>
>>>Before exiting a VFP form, I need some code to execute, to update certain parameters through the command 'thisform.cmdUpdate.click'. Could anyone tell me how this is triggered a VFP form? (Which event, and how)
>>>
>>>Thanks in advance.
>>>
>>>Regards,
>>>
>>>Steve
>>
>>You may call your code from QueryUnload. It happens before you release the form (either by button or by close in the upper corner). So you may need to call your methods from this method.
>
>QueryUnload() did not happens if you have thisform.Release() somewhere in the form.

or 'Release Thisform'.
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform