FieldRepeats ( repeatingField ; 1 )
Returns the true number of repetitions for a repeating field
Average rating: 4.3 (29 votes) Log in to vote
Theo Ros - Show more from this author |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Returns the true number of repetitions for 'repeatingField' as opposed to the
Get(ActiveRepetitionNumber) and FieldRepetitions() functions that will only give you the number of repeats as shown on a certain layout.
Syntax: FieldRepeats ( repeatingField ; 1 )
always use a value <= 1 as the starting number "n"
Return type: Number
Comments
Matt Wills, Richford, VT Jan 27, 2009 |
||
If you're using Clip Manager, you need to change the parameters spec to read "repeatingField ; n" and then follow the author's instructions. You can save this in CLip Manager, but trying to set it into FileMaker will not work because the parameter name cannot be a number. | ||
Jim, NY Mar 20, 2014 |
||
Repeating fields can not have a reference <1. You mean >1. |
||
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.