Load Event Procedure? 
Author Message
 Load Event Procedure?

        Hello,

    You can view the code in the form load event by double clicking on the
form, you can view what section of code your in by looking at the top of
your code window you should see 2 drop down boxes side by side, the left one
is Object box (Form is the object) the right one is the Procedure box (Load
is the procedure)  This event is called (the code is run) just before the
form is loaded.  You should also see something like this:

Private Sub Form_Load()

End Sub

This is a sub program inside your VB program, "Private" means that it is
only run with in that form.

                I hope I was of some help to you,
                Ray


Quote:
> Hello all:

> I hope someone can help me rather quickly.  I am taking a course in VBA.
I
> am at a directive that says:

> Open the form's Load event procedure, then press the TAB key.

> Unfortunately - I HAVE NO IDEA WHAT THE LOAD EVENT PROCEDURE is!!

> Can someone guide me?  Email is best as I am sitting here struggling with
> this.

> Much Thanks in advance...

> khp



Fri, 09 Aug 2002 03:00:00 GMT  
 Load Event Procedure?
Hello all:

I hope someone can help me rather quickly.  I am taking a course in VBA.  I
am at a directive that says:

Open the form's Load event procedure, then press the TAB key.

Unfortunately - I HAVE NO IDEA WHAT THE LOAD EVENT PROCEDURE is!!

Can someone guide me?  Email is best as I am sitting here struggling with
this.

Much Thanks in advance...

khp



Sat, 10 Aug 2002 03:00:00 GMT  
 Load Event Procedure?
Thanks all!  After a good nights sleep and a few hours away from this, it
seemed so simple!  I appreciate all the feedback... don't worry!  I will be
back I am sure!

khp  <--- who is beginning to realize WHY programmers make so much $!


Quote:
>         Hello,

>     You can view the code in the form load event by double clicking on the
> form, you can view what section of code your in by looking at the top of
> your code window you should see 2 drop down boxes side by side, the left
one
> is Object box (Form is the object) the right one is the Procedure box
(Load
> is the procedure)  This event is called (the code is run) just before the
> form is loaded.  You should also see something like this:

> Private Sub Form_Load()

> End Sub

> This is a sub program inside your VB program, "Private" means that it is
> only run with in that form.

>                 I hope I was of some help to you,
>                 Ray



> > Hello all:

> > I hope someone can help me rather quickly.  I am taking a course in VBA.
> I
> > am at a directive that says:

> > Open the form's Load event procedure, then press the TAB key.

> > Unfortunately - I HAVE NO IDEA WHAT THE LOAD EVENT PROCEDURE is!!

> > Can someone guide me?  Email is best as I am sitting here struggling
with
> > this.

> > Much Thanks in advance...

> > khp



Sun, 11 Aug 2002 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Load event procedure?

2. Wanna get Resize event to trigger procedure to Load/Unload ctrls

3. ASAP: How do u set the cmdOK_Click event to have more than one event procedure

4. Add Event Code On form Load Event

5. Shape Resize In Form Load Procedure

6. Control Arrays, Procedure Parameters & Load

7. Passing parameters to a form load procedure

8. Executing a procedure upon loading?

9. Event Procedures Not Working

10. Event Procedures

11. Call procedure on "On Click" event

12. Creating Event Procedures Automatically

 

 
Powered by phpBB® Forum Software