staypuffinpc Posted July 19, 2006 Posted July 19, 2006 Noob question here. How do i create a button that'll take me to the last page I came from? I have a page that users might access from anywhere within the process and I need the button to take them back to where they came from. thanks in advance.
stanley Posted July 20, 2006 Posted July 20, 2006 Set up a Global Number field (I'll call it gLastLayout), and on every layout change (meaning you have to script all of your navigation), capture the layout number of the current layout before going to the new layout via: Set Field[gLastLayout;Get(LayoutNumber)] Now you can set your 'back' button to: Go To Layout [Layout Number by Calculation; gLastLayout] Because you're using a global, this will work independently for each user in a multi-user environment. -Stanley
Recommended Posts
This topic is 6701 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