At 02:46 PM 11/10/2005, Jan Johansen wrote:
I know how to switch the active page in the after start eep using PROPERTY <ComponentID> ACTIVETABINDEX nn but how do I force a tab switch based on another control. I tried putting PROPERTY <ComponentID> ACTIVETABINDEX 1 in an exit eep of the control but the page doesn't refresh.
Jan, Here's how: -- start PROPERTY <ComponentID> ActivePageIndex 1 RETURN -- end That's all there is to it! Very Best R:egards, Razzak.
