General Tab (Checkbox Properties Dialog Box)

See Also      Tasks

Sets general options for the Checkbox design-time control.

Options

Name

Type a name for the Checkbox control. The name is required and must be unique to the page. Sets the id property for the control.

Scripting Platform

Displays the platform (Server or Client) of the recordset selected for this control, or allows you to select a platform or use the page's default platform setting (Inherit from page) if you haven't selected a recordset. Sets the DTCScriptingPlatform property for the control.

After you set a recordset, the Scripting Platform property is read-only for the control. To change the platform, select a different recordset.

Note   If the control is on an HTML page (as opposed to an ASP page), the Server (ASP) selection is not available.

Caption

Type the text to display with the check box. By default, this is the name of the data field. Sets the Caption property for the control.

Enabled

Clear this option to create the check box as text only. When a disabled check box is displayed in the browser, the user can't change its value. Sets the Enabled property for the control.

Visible

Clear this option to create the check box as a hidden form element. You might do this, for example, if you want to display the check box at run time only under certain conditions. Sets the Visible property for the control.

Data

Recordset

Choose the name of a Recordset control on the page. Sets the Recordset property for the control.

Field

Choose the name of the field whose data you want to display in the check box. Sets the DataField property for the control.