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

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

Recommended Posts

Posted

I would like to make a check box that will allow me to make that record read only once the box is check. Can anyone please show me how

Lostboyca

Posted

The easiest way that I can tellyou is to create a navigation button that takes you to any record, and is part of any search script, that has an If/then statement that says if(box = yes), go to layout A, else layout B and create a duplicate layout with the fields formatted to not allow entry.

Phil

Posted

Or alternatively you can make one field to control access, i.e. ReadOnlyFlag , and have each field validate via a calculation like 'Case(ReadOnlyFlag = 1 , 0 , 1 )'

Or go to each field via a script that checks the ReadOnlyFlag field.

Ernst

Posted

Agreed with Ernst that validation by calc is what you need here. You can get an example in the Russ Calcs Sample in the Sample Section (at least the old version had one !).

I'd only make a little addition to what Ernst suggest if you were to set the values of fields by script. Instead of the "or" in his post, use an "and" because scripts by-pass field validation.

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