Frink1234 Posted February 18, 2005 Share Posted February 18, 2005 I have a script which copies text from a portal row and pastes it for viewing into a different layout. I have a button that then navigates back to the original layout. There may be 20 different rows in the portal. How do I write the script to navigate back to the same portal row I just pasted the text from? Link to comment Share on other sites More sharing options...
-Queue- Posted February 18, 2005 Share Posted February 18, 2005 Before you move to a different layout, set a global number field with Get(PortalRowNumber). When you return to the layout, Go to Field [portalRelationship::fieldInPortal] and then Go to Portal Row [by calculation: globalNumField]. Link to comment Share on other sites More sharing options...
Frink1234 Posted February 19, 2005 Author Share Posted February 19, 2005 Excellent! Thank you Queue. Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 6607 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