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

set a layout according to choice in a pop-up list?


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

Recommended Posts

Posted

a question for all the whizzes out there:

I would like to structure my database so that if I select an option in a pop-up list, then the database will know to display the record in a certain layout.

The database holds projects, but each project is measured according to different standards and therefore would need different layouts for a measurement page. Any idea how I might build this?

thanks in advance for the help.

Posted

Use scripts for all navigation, and have your scripts branch to the correct layout based on the value of the field.

If [ Field = "TypeA" ]

Go to Layout [ Layout A ]

Else If [Field = "Type B" ]

Go to Layout [ Layout B ]

...

End If

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