September 11, 200223 yr 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 !
September 11, 200223 yr 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.
Create an account or sign in to comment