gaby78 Posted November 29, 2005 Posted November 29, 2005 Hi all: How to prevent entry in a field under certain conditions I have 2 fields: Status and Commissions. How can I prevent the user from entering the Commissions field if the Status field contains the code F. I used a validation rule for the Commissions field but users can still force data into it. I want same effect as if the field was formated not to be entered in Browse mode. Any suggestion will be highly appreciated.
Zero Tolerence Posted November 29, 2005 Posted November 29, 2005 Well, you can use Validation by a calc and make it give them an error if it has anything but "" in it.
gaby78 Posted November 29, 2005 Author Posted November 29, 2005 That's what I currently have. The problem is you can still enter data if you click Yes on the message box. I want the field not to be enterable at all.
mr_vodka Posted November 29, 2005 Posted November 29, 2005 In your field definition, under Validate, turn off the option for 'allow user to override during data entry'
gaby78 Posted November 29, 2005 Author Posted November 29, 2005 Thanks for your help, that solved the problem. Just out of curiosity, can you achieve the same results with a script. Thanks
Søren Dyhr Posted November 30, 2005 Posted November 30, 2005 There's another option, where you combine The Visibility Trick with a mergefield that begins just outside the portal... --sd OhoyLockKeeper.zip
Recommended Posts
This topic is 6998 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