J jamesf248 New member Local time Today, 10:53 Joined Sep 6, 2006 Messages 8 Feb 12, 2007 #1 Is there a database exit event ?
pbaldy Wino Moderator Staff member Local time Today, 02:53 Joined Aug 30, 2003 Messages 36,270 Feb 12, 2007 #2 In a word, no.
RuralGuy AWF VIP Local time Today, 03:53 Joined Jul 2, 2005 Messages 13,825 Feb 13, 2007 #3 BUT...If you open a form hidden as the first thing, then THAT form is the last thing to close and IT has exit and close events that you *can* use! Last edited: Feb 13, 2007
BUT...If you open a form hidden as the first thing, then THAT form is the last thing to close and IT has exit and close events that you *can* use!
KeithG AWF VIP Local time Today, 02:53 Joined Mar 23, 2006 Messages 2,592 Feb 13, 2007 #4 What I do is create an invisible form and have it open when the db is opened. Then I put what ever code I want ran when the db is closed on the invisible forms on close event.
What I do is create an invisible form and have it open when the db is opened. Then I put what ever code I want ran when the db is closed on the invisible forms on close event.
J jamesf248 New member Local time Today, 10:53 Joined Sep 6, 2006 Messages 8 Feb 13, 2007 #5 Thanks I will give it a go