> Dear All,
>
> I wanted to excecute save checking procedure before exiting from a form
>
> More Details :
> I have a data entry screen , I wanted to check whether the data entered in the form are saved in the table, there is procedure writen in the from to do that
>
> Pls tell me which event can be used for this, I have tried lostfocus,unload event and query unload, but none of the events are working
>
> Jijo David
Hi, the QueryUnload event should do it when you exit using the cross button at the top-right of your form (X). For more details you can refer to Tastrade sample shipped with VFP it is done this way. Good luck.
Khalil Shaddad (Lebanon)