Jump to content

Require a Field


This topic is 6326 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

This topic is 6326 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.