hartmut77 Posted January 30, 2004 Posted January 30, 2004 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
Mike D. Posted January 30, 2004 Posted January 30, 2004 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
Ugo DI LUCA Posted January 30, 2004 Posted January 30, 2004 Actually you could have it set with either - a multiline global field with SetField[g_AllLayouts, Status(CurrentLayoutNumber)&"
Recommended Posts
This topic is 7606 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