Hi there,
I am trying to fire an event when a tab control page is selected.
I have managed to do this by referencing the tab control value -
ie. my tabcontrol is called TABFORM
Tabform.value=3 attached to the onchange event works fine.
This however references the tab value rather than the tab page name.
I would be happier to use the tab page name as it is less likely to be changed. Changing the tab page order would cause the eveent to be fired on a differnet page currently.
Thanks for any help you can give me on this.
Regards Mark
I am trying to fire an event when a tab control page is selected.
I have managed to do this by referencing the tab control value -
ie. my tabcontrol is called TABFORM
Tabform.value=3 attached to the onchange event works fine.
This however references the tab value rather than the tab page name.
I would be happier to use the tab page name as it is less likely to be changed. Changing the tab page order would cause the eveent to be fired on a differnet page currently.
Thanks for any help you can give me on this.
Regards Mark