November 18, 200520 yr 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
November 18, 200520 yr 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.
Create an account or sign in to comment