Re: Form Event question

Tech-Archive recommends: Speed Up your PC by fixing your registry



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
>
>
>
.



Relevant Pages

  • Word 2007 problem
    ... There is a virtual printer driver that is used to convert the document and then it opens up Outlook where the document can then be faxed. ... What has happened recently, on Windows Vista, is that I lost my ability to double-click on a Word document and have it open up. ... ID: 0, Application Name: Microsoft Office Word, Application Version: 12.0.6331.5000, Microsoft Office Version: 12.0.6215.1000. ...
    (microsoft.public.word.application.errors)
  • Re: Form Event question
    ... active data object. ... mainly use Activate Event to maximize / retore / resize the Form. ... > has the ability to do anything yet. ... > triggered before the Form actaully Opens & is shown on the screen. ...
    (microsoft.public.access.formscoding)
  • Adobe Acrobat
    ... Is there a was to structure a link to a PDF file from a .NET application ... that opens the document in Acrobat, but without the ability to Save, and ...
    (microsoft.public.dotnet.general)
  • Re: Help .. Button does not function properly.
    ... > with a drop down list that gives the user the ability to select which ... > "openWin" that opens the browser to a specific size. ... > Private Sub Page_Load(ByVal sender As System.Object, ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: Tracking Log In and Log Out times of Users
    ... Set rst = CurrentDb.OpenRecordsetin the code you gave me for the ... A Report module is the same, except it is specific to that report. ... corner and then went to properties for the form then to Load event and did ... I have a start-up form that opens when the database opens. ...
    (microsoft.public.access.modulesdaovba)