Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

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.

Posted

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

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 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.