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

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

Recommended Posts

Posted

Hi,

I'm trying to make a script that will take a user back to the layout that they previously had been on before arriving at the layout which they are currently using. Is there a way to do this? It seems that if a user's layout could be recorded in a global field, then returning them to this layout might not be too difficult. Am I barking up the wrong tree? Is this possible at all?

Thanks,

Dan

Posted

You are not barking up a tree. Filemaker will allow you to return to any layout based on layout number that you can save in a global field:

SetField(gLast Layout #, Status(CurrentLayoutNumber))

script steps here

GoTo Layout(field, gLayout #)

For this last step, use goto based on a field which is at the bottom of the layout list.

Posted

The 'Go to lay-out" script step also offers the possibility to go to the 'original layout', the layout that was active before the current lay-out.

Harryk

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