Gaz 007 Posted July 20, 2006 Posted July 20, 2006 is it possible to write a script that will return to the previous layout?
Inky Phil Posted July 21, 2006 Posted July 21, 2006 Hi Gary I use 2 scripts and 1 global field for this purpose The Store script has 1 line Set field G_last layout Get(LayoutNumber). You need to run this script immediately before you go to your new layout. The Go to last script also has only one line Go to layout [G_last layout] where the go to layout step is set to go to layout number by calculation. You attach this script to your back button They do it for me HTH Phil ps You might be able to use a variable instead of a field but this came from a pre variable version
Gaz 007 Posted July 21, 2006 Author Posted July 21, 2006 how would i go about doing it with a global variable?
Recommended Posts
This topic is 6702 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