01-25-2013, 03:32 PM
I am trying to set a Tab value within a Tabstrip to automatically select this tab, eg the tab is say 'Financial', I have tried to use the SetToProperty command to set in the Tabstrip SelectedItem value as follows :-
and then tried to select thus :-
but this results in error, can anyone help ?
Code:
VbWindow("MainFrame").VbWindow("ClaimDetails").ActiveX("TabStrip"). SettOProperty "SelectedItem","Financial"
and then tried to select thus :-
Code:
VbWindow("MainFrame").VbWindow("ClaimDetails").ActiveX("TabStrip").Click ("selectedItem")