January 12, 200620 yr 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
January 12, 200620 yr 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.
January 12, 200620 yr Author Thanks for the suggestion but I tried that and it still goes to the first tab.
Create an account or sign in to comment