elements.<tabpanel_name>.getTabTextAt(<tab_number>);
This function is returning the name of the form that the tab panel is on instead of the text of the tab! Pretty funny actually since I’m finding it a useful function the way it is However, I also need to grab the text of a tab as well.
David