December 6, 200124 yr I am trying to create a script to bring me to a different database and then to a particular layout. opening the file is no problem but then how do I get to the layout? Mark
December 6, 200124 yr Perform an external script? i.e. You open File B from File A. After it's open, from File A perform an external script located in File B that will take you to the layout that you want. Just a guess
December 6, 200124 yr Create the script in the file that contains the layout you want to go to. The script can just be one line: Go To Layout (Layout Name) In the original file, create a script that does a Perform Script, select External Script, then choose the file containing the Go to Layout script. That should get you going.
Create an account or sign in to comment