Column_Combo_Refresh - DfBaseFormList
Forces a refresh for the combo form of a column
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| iColumn | integer | The column number (0-based) |
Syntax
Procedure Column_Combo_Refresh integer iColumn
Call Example
Send Column_Combo_Refresh iColumn
Description
If the combo form is displayed and changes are made to the dropdown list (e.g. via Column_Combo_Add_Item), the visual list is not updated until the user changes rows or columns in the grid. Sending this message will force a refresh for the column's combo form.
Sample
This sample forces a refresh of the combo form in column 2 of the grid.
send Column_Combo_Refresh 2