Guys:
How can I disable closing a window when clicking the X at the top right of it ? If the user is reindexing the databases I want to disable closing the window in the middle of the process. Thank you.
Guys:
How can I disable closing a window when clicking the X at the top right of it ? If the user is reindexing the databases I want to disable closing the window in the middle of the process. Thank you.
Hi,
oWnd:bValid := {|| .F. } while your process taking place... then oWnd:bValid := {|| .T. } to allow closing.
Kind regards,
Frances