Jump to content

Using AppleScript to perform find


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

Recommended Posts

I'm trying to perform a find using applescript I want to find records from 30 days from todays date. I've got the following:

on findOlderthan30(findType)

ignoring application responses

if findType = "Show" then

tell application "FileMaker Pro"

activate

show (every record of database 1 whose cell "deudate" = "Today - 30")

end tell

end if

end findOlderthan30

Today is ment to be todays date minus 30

Link to comment
Share on other sites

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