September 28, 200916 yr 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?
September 28, 200916 yr Author I just want to go back to the original layout but at the position it was left.
September 28, 200916 yr 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.
September 28, 200916 yr 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/
Create an account or sign in to comment