E
Eric G
I would like to be able to close my main data input form in two ways:
a) when a 'Done' button is clicked or when the 'x' in the top right
corner is clicked a few commands are executed, then the form is closed
and the db is exited (quit).
b) Double-clicking a certain label on the form closes the form but
does NOT quit the db.
Help in setting this up would be appreciated.
I had it set up alright with the Done button issuing the quit
command, but I know users will use the 'x' button in the top right
corner as well. I don't know how to code for pressing the 'x' button.
It seems to me this is simply tied into the form closing.
And I can't issue the Quit command with the form closing, or my
'escape route' of clicking another label will close the db on me as
well.
TIA Eric
a) when a 'Done' button is clicked or when the 'x' in the top right
corner is clicked a few commands are executed, then the form is closed
and the db is exited (quit).
b) Double-clicking a certain label on the form closes the form but
does NOT quit the db.
Help in setting this up would be appreciated.
I had it set up alright with the Done button issuing the quit
command, but I know users will use the 'x' button in the top right
corner as well. I don't know how to code for pressing the 'x' button.
It seems to me this is simply tied into the form closing.
And I can't issue the Quit command with the form closing, or my
'escape route' of clicking another label will close the db on me as
well.
TIA Eric