Active Tab

Anyone got some ideas on how I can tell if a particular tab has become active on a form… Don’t want to execute some of the code unless a particular tab is active… Cheers dude’s/dudettes, A

I don’t think this can be done.

I think you can (indirectly): i noticed that everytime you change the tab, the first control on this tab is activated. So just check everytime if this control was activated (in OnActivate of control) and you can set in some global variable the current active tab. Regards, Stefan

Thanks Stefan