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

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

Recommended Posts

Posted

I want to enable a pop-up menu when a text field has a particular value. The only way i could sort-of get this to work was by creating a calculation field which would have a simple if statement. The problem is i cannot change the value of the pop-up menu since it is a calculation field it is stuck on the default value of the pop-up menu.

Does anyone know another way to do this?

One way could be if a script would run when the condition was met in the calculation field (the cal field would be separate from the pop-up menu. can we run a script in a cal field?).

suggestions are welcome.

confused.gif

Posted

You can create a calculation field of Case( yourTest, serial ), and create a relationship from this field to the serial field. Then place a transparent, one row portal around your menu field. It will only display when yourTest is true.

Alternately, you can disallow access to the field and attach a script to it that first determines whether yourTest is true and Go to Field [yourField], if it is.

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