Newbie scriptor here using "FileMaker Pro 5 Bible" to learn scripting.
I have a database which has two portals, each related to a separate database. When I use "Go to Portal Row" in my script, it always go to a row in one portal. I want a script to go to a row in my second portal.
The "Bible" states that this command "enables you to move to a particular row in the active portal. If a portal isn't active, the step is applied to the first portal encountered in the layout's stacking order (that is, the front-most, highest one.)"
I can find no referrence to how one makes a portal "active" or "inactive" nor can I find any referrence to the layout "stacking order" "frontmost" or "highest"
Right now I go into layout mode and delete the first portal when I want to run the script that referrences the second portal. This can't be the way it is meant to be done.
Help please.