Combo_Add_Item - dbDataComboForm
Adds an item to the dropdown list of a comboform
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| sValue | String | Value added to the combo form's dropdown list |
Syntax
Procedure Combo_Add_Item String sValue
Call Example
Send Combo_Add_Item sValue
Description
Adds an item to the dropdown list of a comboform.