August 19, 200421 yr In the older version of FMP, if I click on a script button in a portal row,say row 5, the script excutes in the record that's in the row 5. In FMP7, the script always excutes in the record in the first row. This problem really bothers me. I'm think about adding a few more steps to the scripts. Maybe I can use a global field to store the portal row number, then go to the related records, then go to the record which record number equals the portal row number. I wonder if I did anything wrong when I converted the database to version 7 that could cause this problem.
August 19, 200421 yr Author Got it fix. The problem was caused by myself. At some point, I added the commit records step before the go to related records. That's why the scripts was alway excuted in the first row record. How silly I was!
Create an account or sign in to comment