Jondb Posted September 24, 2009 Posted September 24, 2009 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
comment Posted September 24, 2009 Posted September 24, 2009 See if this helps: http://fmforums.com/forum/showtopic.php?tid/194990/post/289121/#289121
LaurenKuhlman Posted September 24, 2009 Posted September 24, 2009 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?
LaurenKuhlman Posted December 3, 2009 Posted December 3, 2009 Jondb, Were you able to resolve your need?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now