Frink1234 Posted February 18, 2005 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?
-Queue- Posted February 18, 2005 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].
Recommended Posts
This topic is 7218 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