R
rm
In an application that we have I have created a menu and a macro. The
macro contains 1 command application > quit. The menu item "Exit"
calls the macro. I take it that this isn't the proper way to shutdown
an application because in a large percentage of the time exceptions
are thrown when exiting the application. I have carefully reviewed the
software - none of the recordset, database connections or other
various objects are left "un destroyed" (set x = nothing"). Any advice?
macro contains 1 command application > quit. The menu item "Exit"
calls the macro. I take it that this isn't the proper way to shutdown
an application because in a large percentage of the time exceptions
are thrown when exiting the application. I have carefully reviewed the
software - none of the recordset, database connections or other
various objects are left "un destroyed" (set x = nothing"). Any advice?