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

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

Recommended Posts

Posted

Is there a way to "Lock" a field and not allow entry unless conditions are met..

For example. I have a layout with check boxes and a dropdown menu next to them. I only want the dropdown menu available if certain checkboxes are checked...

thanks

Posted

Sure. Just go to Field Format and turn off "allow entry into field."

Then define the field as a button, and attach a script:

If [checkbox = 1]

..Go to field [theField]

Else

..Show message ["Go away!"]

End If

Another method is to create a one-line portal that is a self-join related by the checkbox. Any objects in the portal will be invisible until the checkbox is checked. Cool technique, but tricky to set up, especially with multiple checkboxes.

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