Skip to content

CheckBox_Item - dbBasicComboForm_

Set after each item of this object that you wish to be a checkbox

Type: Procedure Set

Parameters

Parameter Type Description
ItemVal String The item that you wish displayed with the checkbox
TrueVal String The database field value for which the item's select_state is to be true
FalseVal String The field value for which the select_state is false

Syntax

Procedure Set CheckBox_Item String ItemVal String TrueVal String FalseVal

Call Example

Set CheckBox_Item ItemVal TrueVal FalseVal

Description

The Checkbox_item message should be set after each item of this object that you wish to be a checkbox. All field values other than TrueVal will set the item's select_state false on entry_display. If FalseVal is omitted, 0 will be used. If TrueVal also is omitted, 1 will be used for that parameter by default.