victorkhugo Posted December 19, 2001 Posted December 19, 2001 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
Thom Posted December 19, 2001 Posted December 19, 2001 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)"]
Steven H. Blackwell Posted December 19, 2001 Posted December 19, 2001 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now