Nestor Posted April 6, 2009 Posted April 6, 2009 Hi all, I have a 3 tabs in my layout. tab 1, 2, 3. tab 1 being the default. I created a script from a portal in tab 3, and it goes to a related table and performs a few stepts, but once i sent it back to Original layout it goes back to Tab 1. I need it to go back to my working tab, which in this case is tab #3. How can i do this from my script? Thanks
mr_vodka Posted April 6, 2009 Posted April 6, 2009 You need to capture which tab it was on prior to changing layouts. You can store it in a variable. Look into GetLayoutObjectAttribute (). Another alternative approach is opening a new window when doing the GTRR, performing what you need to do there, and then closing it. This can happen off the screen if you prefer.
Recommended Posts
This topic is 5728 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now