Francisco Tapia
fhtapia at gmail.com
Wed Sep 1 12:41:17 CDT 2004
AH! :D, thanks On Wed, 1 Sep 2004 11:25:15 -0600, Mackin, Christopher <cmackin at quiznos.com> wrote: > Why not set the timerinterval to zero so it's guaranteed to not fire again? > > -Chris Mackin > > -----Original Message----- > From: accessd-bounces at databaseadvisors.com > [mailto:accessd-bounces at databaseadvisors.com]On Behalf Of Francisco > Tapia > Sent: Wednesday, September 01, 2004 10:29 AM > To: Access Developers discussion and problem solving > Subject: Re: [AccessD] Prompt after Form loads > > On Timmer w/ a static variable is what I ended up using (plus after it > fires I shoot the timer interval to 2hrs (more than enough time) so > it hopefully won't fire again until after their session is done. > > On Wed, 1 Sep 2004 08:41:20 -0700, Francisco Tapia <fhtapia at gmail.com> wrote: > > Just tried it and the OnCurrent event also fires before the form is > > loaded :(, gonna try the OnTimmer... -- -Francisco