Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

I currently have a date field with a drop down calendar that is used as a "closed date". This indicates when a file is closed and billed. We have to close files within 30 days but some of the users are back-dating the date to fit the 30 day window.

I could take away the permission but that would create more work for our billing person.

Is it possible to lock the date field and calendar to the current month?

Posted

You can either set the date field to have a validation by calculation:

Month ( datefield) & Year ( datefield) = month ( get (currentdate)) & Year ( get (currentdate))

or

Set the field to run a script that validates the date is in the proper range using a OnObjectExit script trigger (use a Exit Script (0) to cancel the entry).

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