denisvj Posted September 11, 2002 Posted September 11, 2002 I did a script to find data but when it finds the record , it goes to the record but doesnt move, i can edit it but if a want to move to the next record i cant do it and if I advance to next record FM shows me empty records , thats all in browse mode... Am i doing something wrong ? Sorry my english, i am not a native english.. thanks !
CobaltSky Posted September 11, 2002 Posted September 11, 2002 When a find has been performed, FileMaker extracts a 'Found Set' of records which match the criteria. The file is then effectively split temporarily into two groups of records - the 'found' and the 'omitted' sets of records. To get access to both found and omitted records after you've performed a find, you need to use the command "Show All Records". If your script is intended to locate a specific record, (rather than a group of records) you might wish to consider placing the "Show All Records" script step at the end of your script. That way you will end up on the first record which matches your criteria, but able to move freely backwards and forwards from that record through the rest of the file.
Recommended Posts
This topic is 8108 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