Kris M Posted February 3, 2013 Posted February 3, 2013 Ive got a db with two tables... table "information" with a bunch of data entry fields and an autoenter modification timestamp table "exports" that records when an export script has run. export fields pk, exporttimestamp, exportedrecords, and summary max (exporttimestamp) information is related to exports with and X type join on two timestamp fields. (yes i know i dont need this with the go to layout steps) The issue is with the export script where ... go to export table TO. show all records set var $lov = summary field (2/2/2013 4:55:11 PM) go to information table TO for find and export enter find mode set field modification timestamp "<" & $lov shows 02/2/2013 4:55:11 * PM.. Perform find always returns all records Where does the asterisk come from? I'm on FMPA 12 v1 Probably just a Sunday and no sleep brain fart....
bruceR Posted February 4, 2013 Posted February 4, 2013 You should probably post your file; or your actual script. Among other problems, there is no such command as "go to information table TO for and export" Also; your script makes no sense. You are searching for all records which were modified earlier than now. You are getting the correct results. There are no records that have been modified sometime in the future.
Kris M Posted February 4, 2013 Author Posted February 4, 2013 found my own error when using the fmp 12 perform find function.. still adjusting
Recommended Posts
This topic is 4308 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