Tab response, but only when another action takes place?
Posted: Fri Oct 29, 2010 4:12 pm
I have two tab panels on a screen. One of them is doing exactly what I want when a new tab is selected. It returns control to my program where I see which tab was selected and act accordingly. The other tab panel was just a way to group similar selection criteria together, and I don't need to know when a new tab is selected, but when I redisplay the screen (caused by the other tab panel selection) I want to know which "selection tab" was selected at the time, so I can display with the same one visible initially.
Is there a simple way to do this? Do I need to put a hidden field on the screen bound to a program field, then use javascript to set the value whenever a tab is clicked?
--Bryan
Is there a simple way to do this? Do I need to put a hidden field on the screen bound to a program field, then use javascript to set the value whenever a tab is clicked?
--Bryan