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. If the Parameter is just the single word Checkbox, then instead of a drop down list with values, the user will be given a single checkbox: If the field is unchecked the value will be blank, and if it is checked the value will be "y". When used with a Top Query in MOX, this will ensure the field value matches one of the options, if not it will throw a run time error.
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...
Parameter is a space separated list of field names to be displayed when the user is viewing results from the Search List.
Read more...
Parameter is a space separated list of field names to have the display table sorted by when displaying search results.
Read more...
Used as a Relationship Attribute, the parameter is a space separated list of field names
Read more...
Parameter is a single new field name or a space separated list of new field names.
Read more...