Newbies danpatp Posted May 3, 2008 Newbies Posted May 3, 2008 I am new to this site and asking for help on line, please excuse any errors I might make. Is there a way to make sure that a field has data in it before leaving that field by tabbing, changing layouts, clicking, quiting, or anything else? In this case I want them to put in a quantity before doing anything else. I have tried the valadition "not empty" and some "If" calculations, nothing I have tried is totally fool proof. Thank you for any advice.
bcooney Posted May 4, 2008 Posted May 4, 2008 You'd need to "lock down" the data entry layout so that any button that takes the user off this layout runs a validation script.
Newbies danpatp Posted May 5, 2008 Author Newbies Posted May 5, 2008 Thank you for your help. They say that ignorance is bliss, but not in this case. I'm sorry but I don't know what "lock down" means. Dan
bcooney Posted May 9, 2008 Posted May 9, 2008 Sorry for that. "Lock down" means in this case, to design the form view so that a user cannot navigate off of it without running your validation routine. Typically, locking down a layout means that all navigation is scripted (usually attached to buttons), that is, the user cannot use FM's native navigation such as the Book icon in the status area.
Recommended Posts
This topic is 6042 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