Jump to content

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

Recommended Posts

  • Newbies
Posted

Hi there,

I have a layout with different fields. I created a tab order.

The first field of the Tab order is "Ivoice Number" field.

The user has to input a number in the "Invoice Field".

If the user does not input a number I would like a Window to pop up and tell the user they need to put a number to proceed.

So in the define field option under my validation tab I have

1)strict data type2)Not empty

3)User cannot override.

But when I am in browsing mode if I tab to the next field no window comes up if no data is inputed in the field.

I need a fix!

Thanks crazy.gif" border="0

Posted

Validation is only evaluated when the user EXITS a record. Tabbing does not do this. You will need to rethink your validation scheme.

Personally I would make the goto a special editing layout/mode, do thier data entry then press a save button. At this point you can validate the entire record and take appropriate action.

Posted

And I quote...

quote:

Validation is only evaluated when the user EXITS a record. Tabbing does not do this.

Since tabbing does NOT exit the record, validation does not occur. So you need to rethink your validation procedure.

  • Newbies
Posted

U mean there is no way to validate a field in Filemaker?

Or just something to stop the user unless the field is filled?

Thanks

This topic is 8423 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.