Jump to content

Is it possible to make a "Backbutton"


This topic is 7389 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Hi - I have a project with 56 layouts in one file. There are times when I think it would really help the user to be able to click on a back arrow and get to the layouts they were at prior to the layout they are on.

Is there any way to memorize the places in the file or files that a person goes to and make forward and backward buttons to get them there. Just wondering how this might be done.

Thanks

Dave

Link to comment
Share on other sites

56 Layouts? Wow!

You could probably use a combination of a global field and the Go To Layout script step. When you navigate from one layout to another, set the global (gLayout) to Status(CurrentLayoutNumber). The layout number is based on the order that your layouts are listed in when you view the Set Layout Order list when in Layout Mode.

When you want to go back, use the script step Go to Layout["gLayout"]. For this script step, use the selection "layout number from field" from the pull down options.

HTH, Mike

Link to comment
Share on other sites

This topic is 7389 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.