Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

control on tabstrip

Former Member
0 Likes
390

Hi all,

i have a tabstrip with 3 subscreen.

Whenever i made a check on the checkbox on the 2nd screen, it will auto bring me back to my main screen.

I dont want this to happen. How to overcome it? I want the screen to stay at 2nd screen instead.

Thk. Urgent

1 REPLY 1
Read only

Former Member
0 Likes
356

Try this:

save_ok = ok_code.

then before processing save_ok ...

mytabstrip-activetab = save_ok.

Best!

Jim