Does anyone know how to prevent a form user from exiting a form via the task bar (right click..close)?
I need to confirm if the user wants to save their changes, but I don't want to use the OnClose event because I have the form stay open for other purposes. Also, the OnCurrent event is not suitable.
The form is a batch entry form and is set to data entry = yes.
Thanks in advance.
I need to confirm if the user wants to save their changes, but I don't want to use the OnClose event because I have the form stay open for other purposes. Also, the OnCurrent event is not suitable.
The form is a batch entry form and is set to data entry = yes.
Thanks in advance.