Dec 15, 2006 #1 nightjam Programmer May 14, 2004 18 JM I have a tab control on my Form and a On click event function. The problem i have is the only fires when the user clicks within the content of the tab page but not on the tab's page header. How can i have the module trigger if the tab page header is clicked?
I have a tab control on my Form and a On click event function. The problem i have is the only fires when the user clicks within the content of the tab page but not on the tab's page header. How can i have the module trigger if the tab page header is clicked?
Dec 15, 2006 Thread starter #2 nightjam Programmer May 14, 2004 18 JM Use the Tab ON change event instead of the page click events. I found the problem on my own. Upvote 0 Downvote