POPULATEVIEW event
Description
Populates a list box with data from a Notes view.
Syntax
POPULATEVIEW(ctrlentID, ctrlclassID, viewID, expandflag, viewcolumnnames, viewcolumnnumbers)
Parameters
POPULATEVIEW accepts arguments for the following parameters.
Parameter | Description | |
---|---|---|
ctrlentID | Has the format WindowName.ControlName, where WindowName is the identifier of the window that contains the affected control, and ControlName is the identifier of the control. Notice that a period separates the two values. | |
ctrlclassID | The type of control that recognizes the event. The list box control is the only valid entry. | |
viewID | The name of the view as registered in the repository or a view name in the format: <server> '#' <database> '#' <view> If not indicated, this defaults to the Notes view the control is bound to. | |
expandflag | Numbers of levels to see initially. | |
viewcolumnnames | Comma-delimited list of column names from original Notes views. | |
viewcolumnnumbers | Comma-delimited list of column numbers from original Notes views. |
Returns
True or false. If false, the program execution returns to the calling procedure. If true, the event processing goes to the next level.
See Also
Start_VWForm()