Kevin Cheesman Posted September 28, 2009 Posted September 28, 2009 I have a portal that when records in it are clicked, it will go to another layout showing more details. When the user returns to the layout with the portal on, it always goes back to the top record. How can I make the portal freeze position so the user goes back to where they were before they moved to the other layout?
Kevin Cheesman Posted September 28, 2009 Author Posted September 28, 2009 I just want to go back to the original layout but at the position it was left.
normanicus Posted September 28, 2009 Posted September 28, 2009 Use a script and before going to the other layout record the portal row number. Then, when the user returns to that layout go that portal row number. Seems simple, maybe I missed something.
comment Posted September 28, 2009 Posted September 28, 2009 I just want to go back to the original layout but at the position it was left. Yes, I understood so much. So before going to another layout, open a new window. Then, instead of returning to the original layout, close the new window - and you'll be exactly where you were. Seems simple, maybe I missed something. You are missing the portal's scroll position, which will move - see: http://fmforums.com/forum/showtopic.php?tid/187954/
Kevin Cheesman Posted September 29, 2009 Author Posted September 29, 2009 Done it with a variable. Thanks for the nudge in the right direction.
Recommended Posts
This topic is 5591 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