vct Posted August 19, 2004 Posted August 19, 2004 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.
vct Posted August 19, 2004 Author Posted August 19, 2004 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!
Recommended Posts
This topic is 7662 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