|
-
Feb 8th, 2002, 07:56 AM
#1
Thread Starter
Hyperactive Member
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.
-
Feb 8th, 2002, 08:38 AM
#2
Hyperactive Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|