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

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

Recommended Posts

Posted

I have done a search on this topic, but can't seem to find the script. When a user selects "home" from the drop down menu, I want them to automatically be taken to the "home" layout. If they select "View all records" I want them to automatically be taken to the view all records layout. How can I do that?

Posted

This only works on PCs, not Macs:

Make the field non-enterable, pop-up menu. It won't work with drop-down list. Attach a script to the field:

GoTo Field(fieldname)

Pause/Resume Script(1 sec)

Commit Records[]

If (fieldname= "Main Menu")

Elseif(fieldname= "View")

The pause will cause the menu to open and stay open until the user clicks in the menu or elsewhere.

Steve

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