js22 Posted December 28, 2006 Posted December 28, 2006 Hello, I have a question that may not have an answer. Is there a way to require a field? I have an inventory database that I'm setting up. One of the fields is entitle "Type". I'm wondering if there is a way to not allow you to move on to other sections of the database if the "Type" field is left empty for a new record entered? Any advice would be great, js22
T-Square Posted December 28, 2006 Posted December 28, 2006 You can set a field to use validation, which will pop up a message when the validation fails. In define database, open the field's options and go to the tab for validation. You could use a calculation like: "Not(IsEmpty(ThisField))" I have had trouble in FM7 with this method of validation under IWP. Basically, FM wants to put up a dialog box, but can't do that through the browser, and the system appears to hang. That may have been something with my own implementation, but I'd check that closely if I were deploying via IWP. HTH, David
Recommended Posts
This topic is 6601 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