Re: Form Event question
- From: "Jeff" <Jeff@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 3 May 2005 20:29:03 -0700
Hi Van,
I appreciate your time to respond, but if you notice I put that I tried the
Activate Event & that doesnt work. This Event is triggered before the form
actually opens on the screen.
Maybe if I am more clear & more simple.
Lets say all the code I want is:
Msgbox "Form is now open"
And I want this message to appear only after the Form is showing on the
screen, but before then the user has the ability to do anything.
So for example:
Form opens, displays message, then user can start their wok.
Any ideas on how to do this ?
Thank you,
Jeff
"Van T. Dinh" wrote:
> Activate Event. This is where the Form is activated, i.e. becoming the
> active data object.
>
> However, I am not sure what processing you need in your code to be this
> specific. Generally, if it is data related, I use Open or Load Event and I
> mainly use Activate Event to maximize / retore / resize the Form. Note that
> some statement may actually force a later event to fire while the statement
> is executed in an earlier event.
>
> HTH
> Van T. Dinh
> MVP (Access)
>
>
>
> "Jeff" <Jeff@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:BCBDC6F5-3C63-4445-811F-C6C2FE1342EB@xxxxxxxxxxxxxxxx
> > Hello,
> >
> > I want to be able to do some logic as soon as a Form Opens but before a
> user
> > has the ability to do anything yet.
> >
> > I tried putting the logic I want in the Form_Load Event, but this Event is
> > triggered before the Form actaully Opens & is shown on the screen.
> >
> > I also tried these Events
> > Open
> > Load
> > Resize
> > Activate
> > Current
> >
> > & all the same thing. All of these are executed before the actual Form is
> > Open & displaying.
> >
> > Where can I put my code, in what Event, or any other way, so that it is
> only
> > executed after the Form is showing on the screen & before the user has the
> > ability to do anything.
> >
> > Any help would be greatly appreciated.
> >
> > Thank you,
> > Jeff
>
>
>
.
- Follow-Ups:
- Re: Form Event question
- From: Rick Brandt
- Re: Form Event question
- From: Van T. Dinh
- Re: Form Event question
- References:
- Form Event question
- From: Jeff
- Re: Form Event question
- From: Van T. Dinh
- Form Event question
- Prev by Date: Re: Capture Pswrd & Userid To Auto Populate Form
- Next by Date: Re: Capture Pswrd & Userid To Auto Populate Form
- Previous by thread: Re: Form Event question
- Next by thread: Re: Form Event question
- Index(es):
Relevant Pages
|