Results 1 to 2 of 2

Thread: On load event on a Tab-page

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2002
    Location
    Canada
    Posts
    455

    On load event on a Tab-page

    Dear VB users,

    Using Access 97.

    Placing a tab-control on a form. When we choose a page, we want to change also something on the form.

    We tried:

    Page2_Click()
    Page2_MouseDown()
    Page2_DblClick()

    Not one of the events gave result. Can someone give us a solution?

    Nice regards,

    Michelle.

  2. #2
    Hyperactive Member
    Join Date
    Jul 2000
    Location
    Halifax,UK
    Posts
    274
    when you say page, do you mena one of the tabs?

    if so, do a check on the .selecteditem property of the tabstrip
    on the tabstrip_click event, if it equals the tab you require, then you can do whatever you want with your form.

    Regards
    Chris
    VB6 VS2005

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width