Darrell Burns
dhb at flsi.com
Mon Apr 25 12:18:11 CDT 2011
Howdy. I have a form with a tab control and multiple pages. I have to refresh the table bound to each page as it's clicked. I can do it with the Change event but then you see the table being deleted and refreshed and it looks clunky. What I'd like to do is capture the click or mouse-down event as the user selects a tab so I can do the refresh before the page changes. But none of seem to work. I've put a debug on both the click and mouse-down on the tab control, and on each page control, and I get nothing. Is there some other way of trapping the tab click before it changes? Thx, DB