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

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

Recommended Posts

Posted

So I've seen the examples of putting fields in portals and making fields invisible that way, but I want the fields to lock, not be invisible. I want them always to be visible, just some times editable and sometimes not. I tried using the portal as an overlay, putting the editable one on top, but because the portal isn't truley transparent there's no way to show the group underneath when the function is complete.

Sorry for the confusing description,

Alan

Posted

Do you mean "editable" or "enterable"? Both require a lock field. To make the field non-editable, have it validate by calculation: IsEmpty(lock). To lock the field, set the lock field to 1, or "lock", or whatever.

To make the field non-enterable, take it out of the Tab Order, and write a script:

SCRIPT: Enter Field

If["IsEmpty(lock)"]

Posted

If you want to control editing or changing, simple have the field validate on the lock field via the Define Fields options. If the lock field is 0, the original field can not be edited. Otherwise it can be.

HTH

Old Advance Man

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