Jump to content
Server Maintenance This Week. ×

Locking Fields on the Fly?


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

Recommended Posts

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

Link to comment
Share on other sites

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)"]

Link to comment
Share on other sites

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