Ender Posted November 18, 2005 Posted November 18, 2005 I've got a script that's behaving differently in FM8 that it did when I created it in FM7. The problem is with a Set Field[] where the target is a cell in a repeating field and the source is the sum of related values. Only the first repetition gets entered correctly, the other cells are left blank. Trying the Extend() function didn't help. Attached is a sample illustrating the problem (it works in FM7, but not in FM8.) I'm trying to use the repeating field to hold totals of related values to improve the interface speed over the network. Is this a bug, or a feature I missed? :qwery: RepeatingFills.fp7.zip
comment Posted November 18, 2005 Posted November 18, 2005 It looks like a bug. It works if you set a variable first, then set the repetition with the variable. Seems there is a problem of seeing the related records when the Set Field has a repetition higher than 1.
Ender Posted November 19, 2005 Author Posted November 19, 2005 Thanks, the script variable idea looks like a good work-around.
Recommended Posts
This topic is 6946 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