Newbies ppeffgra Posted August 21, 2001 Newbies Posted August 21, 2001 Im not sure if this can be done but here it goes. I have a field that has a pop up menu. What I want to do is have this field lock after someone has selected one of the items in that menu. I dont want users to be able to alter the field after the record has been created. Any help would be greatly appreciated. Thanks, in advance.
LiveOak Posted August 21, 2001 Posted August 21, 2001 Hmmm... How about attaching a button to the field which triggers the script: Allow User Abort (off) Set Error Capture (on) If(IsEmpty(YourField)) Go to Field (YourField) else Beep Go to Field() End If Make sure you take the field out of the tab order. -bd
Newbies ppeffgra Posted August 21, 2001 Author Newbies Posted August 21, 2001 Thanks, thats exactly what I needed to know.
Vaughan Posted August 21, 2001 Posted August 21, 2001 Why not use the Exit Record step instead of the last Go to Field()?
LiveOak Posted August 22, 2001 Posted August 22, 2001 Sounds fine to me, Vaughan! Thanks for all your support while we were at Devcon! Brent (-bd)
Vaughan Posted August 22, 2001 Posted August 22, 2001 Hmmmph. "Thanks, Cinderella." Invite me next time! <grin>
Recommended Posts
This topic is 8566 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