Echo33029 Posted January 12, 2006 Posted January 12, 2006 Using the new FM8 tabbed interface, there appears to be a problem using the go to portal row script step. Scenario: A multi tab layout with a different portal on each tab. If a Go To Portal Row(by calculation) script step is executed when the current tab is anything other than the first tab, the command always puts you in the portal on the first tab. Anyone else seen this? Echo
mr_vodka Posted January 12, 2006 Posted January 12, 2006 It doesnt know which tab to go to so it is defaulting to the first one. Put in a Go to Field [] command in your script right before the portal row number. Make it go to a field that is one of the fields on your second tab layout and not on the first. In other words, if tab 1 is lets say property and tab 2 Transportation, Do a Go to Field [Cars::CarName] Go to Portal Row [select, 3] to go to the third portal row on the second tab layout names Transportation.
Echo33029 Posted January 12, 2006 Author Posted January 12, 2006 Thanks for the suggestion but I tried that and it still goes to the first tab.
mr_vodka Posted January 12, 2006 Posted January 12, 2006 It should work. Here is an example. test_portalrow.zip
Recommended Posts
This topic is 6981 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