Hi Guru's,
I have a frontend application where my boss wants to when people are
using the database.
I have a form which OnOpen, inserts the username, network login and
date/time it was opened to a table.
I have created a 'Close' button which when clicked, updates the 'Logged_out'
time and then quits the application. My problem is that when users click on
the cross (top right corner) to close the database, this time is not logged.
Is there a way in which I can still log the time even when they click on the
application close button or a way in which I can hide the close button so
that the only way the application can be shut down is via my close button?
TIA
Mark
I have a frontend application where my boss wants to when people are
using the database.
I have a form which OnOpen, inserts the username, network login and
date/time it was opened to a table.
I have created a 'Close' button which when clicked, updates the 'Logged_out'
time and then quits the application. My problem is that when users click on
the cross (top right corner) to close the database, this time is not logged.
Is there a way in which I can still log the time even when they click on the
application close button or a way in which I can hide the close button so
that the only way the application can be shut down is via my close button?
TIA
Mark
Comment