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

Newbie Question - rembering last layout + 1


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

Recommended Posts

Posted

Hi ,

I am trying to get a button that returns to the last layout it does not need to remember the last four layouts just the last one it was on.

I am also trying to link to a pdf document through a button im trying OpenURL but to no avail does the pdf document need to be served at the moment im saying

openURL pdf_document/about.pdf

thanks for your time ,

DR

Posted

I am trying to get a button that returns to the last layout it does not need to remember the last four layouts just the last one it was on.

Use a global text field to store the layout name when you run a navigation script. Have your nav scripts set the global with:

Set Field [ gLastLayout ; get(LayoutName) ]

Then to return to the previous layout, use:

Go to Layout [ by field: gLastLayout ]

You could also do this by layout number.

Posted

Dusty,

If you are trying to open a pdf file, use the Send Event script step, not the Open URL script step.

HTH, Mike

This topic is 7284 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.