![]() |
Next Page |
| Contents > Functions reference (alphabetical list) > Design functions > FieldRepetitions function |
|
|
| FieldRepetitions function |
| Format |
FieldRepetitions(fileName;layoutName;fieldName) |
| Parameters |
| fileName - the name of an open database file (local or remote). |
| layoutName - the name of a layout in the specified database file. |
| fieldName - the name of a field on the specified layout. |
| Important See Design functions for information about literal text parameters. |
| Data type returned |
| text |
| Description |
| Returns the number of repetitions of the repeating field fieldName as it is currently formatted on layoutName (which could be different from the number of repetitions when the field was defined), and the orientation of the field repetitions (horizontal or vertical) on the layout. If fieldName isn't a repeating field, it returns 1 vertical. |
| Example |
| Related topics |
| Functions reference (category list) |
| Functions reference (alphabetical list) |
| About formulas |
| About functions |
| Defining calculation fields |
| Using operators in formulas |
|
|
| Contents > Functions reference (alphabetical list) > Design functions > FieldRepetitions function | Next Page |