Previous Topic: dtlCheckboxNext Topic: dtlCheckboxWithDesc


dtlCheckboxReadonly

The dtlCheckboxReadonly macro specifies a read-only check box control on an HTMPL detail form. The control appears as the text specified by the on or off properties on both the edit and read-only views of the form.

This macro has the following properties:

attr=attributeName

(Required) Specifies the name of the attribute associated with the control.

colspan=1|number

Specifies the number of columns on the form.

hdr=text

Specifies the text of the caption on the control; defaults to the DISPLAY_NAME of the attribute associated with the control.

off=0|text

Specifies the text displayed on a read-only form when the check box is not selected.

on=1|text

Specifies the text displayed on a read-only form when the check box is selected.