Filemaker Pro 8.5 Educational Maintenance T3 TJ083LL/A User Manual

Product codes
TJ083LL/A
Page of 238
Chapter 4
  
|
  Design functions     47
Description
Returns the number of repetitions of the 
 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
FieldRepetitions(“Customers”;“Data Entry”;“Business Phone”) returns 
3 vertical
 if the Business Phone field is defined as a repeating field with five repetitions 
but is formatted to only show three repetitions in a vertical orientation on the Data Entry 
layout.
FieldStyle
Format
FieldStyle(fileName;layoutName;fieldName)
Parameters
fileName - the name of an open
 (local or remote).
fieldName - the name of a 
 on the specified layout.
Important  
See “Design functions” on page 41 for information about literal text parameters.
Data type returned
text
Description
Returns the field formatting applied to fieldName on layoutName in the fileName file. 
If the field has a value list associated with it, the FieldStyle function also returns the 
.
A standard field returns 
Standard.
A standard field with a vertical scroll bar returns 
Scrolling.
A drop-down list returns 
Popuplist.
A pop-up menu returns 
Popupmenu.
A Checkbox returns 
Checkbox.
A Radio button returns 
RadioButton.