Parameter is a comma separated list (using CSV rules and not in quotes) of the options made available to the user which are enforced on save.
Read more...
Takes 1 Parameter which is the Table name that you want to count the Attached Records in. The specified Table must be a Child of the calling Record's Table.
Read more...
Parameter is the table and field name that you want to sum in the form of TableName.FieldName. The specified Table must be a Child of the calling Record.
Read more...
Takes one parameter which is the keyboard key which will be used as the Access Key for a given Database Table's field.
*Note: By default, each Field's Access Key will be initialized to the first character of the Field's Label.
Read more...
Parameter must first specify only looking at Parents (PARENT
) or only looking at Children (CHILD
). The remainder of the parameter should be the table and field name you are after in the form of TableName.FieldName.
Allows any extra HTML Attributes to be specified in the Control's HTML Tag
Read more...
Parameter is a value or an expression to be used when a record is created if no value is specified during the creation. The value or expression is run through the Assignment Attribute in order to calculate it's result.
Read more...
Accepts one parameter which is the raw HTML content to be placed in the form, below the Field's location.
Read more...
Accepts one parameter which is the raw HTML content to be placed in the form, above the Field's location.
Read more...
Parameter is divided into two parts, the Test and the Result if True. The test comes prior to the keyword of Then and the Result if True comes after.
Read more...
Accepts one parameter which is the raw HTML content to be placed in the form at the Field's location.
Read more...
Accepts 3 parameters, first is required, 2nd and 3rd are optional. A trailing optional expression after an = sign may also assign a value on the same line.
Read more...
Parameter is a space separated list of field names to be displayed when the user is viewing results from the Search List in the Admin interface.
Read more...
Parameter is a space separated list of field names to have the display table sorted by when displaying search results in the Admin interface.
Read more...
Parameter is a single new field name or a space separated list of new field names.
Read more...