Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

Hi-

I find the perform find script step baffling, and filemaker help is very vague on the subject. Specifically I want to include in a script a search for records where a date field contains a date that is older than today's date. I have a current date field also, but no option seems to exist that allows me to set up this simple search. What am I missing?

Thanks

Jondb

Posted

I would also like to add that it is important o error capture if you will then be doing something with the found set. For example:

Enter Find Mode

Set Field

Set Error Capture On

Perform Find

Set Variable $lastError = Get ( LastError )

Set Error Capture Off

If ( $lastError )

Exit Script

End If

This all depends on your particular circumstances but it good to note.

Thoughts, comment?

  • 2 months later...

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