Simple question

I have a from with a tab panel that has several tabs. The tabs contain listings with a onshow event attached. How can I fire a method when selecting a tab. I tried naming the tabs , but they do not showup under the elements, just the tab panel itself. I am quite sure this can be accomplished through an onfocus event.

I would appricate a point inthe right direction.

Thanks,
Erich

Hi Erich

Have you tried creating a label for the Tab then using ‘onAction’ to trigger your method. I use this a lot with hiden Tab panles and it works fine.

Regards

GrahamG