guides:programming:programmers_reference_manual:populateview_event

POPULATEVIEW event

Populates a list box with data from a Notes view.

POPULATEVIEW(ctrlentID, ctrlclassID, viewID, expandflag, viewcolumnnames, viewcolumnnumbers)

POPULATEVIEW accepts arguments for the following parameters.

ParameterDescription
ctrlentIDHas 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.
ctrlclassIDThe type of control that recognizes the event. The list box control is the only valid entry.
viewIDThe 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.
expandflagNumbers of levels to see initially.
viewcolumnnamesComma-delimited list of column names from original Notes views.
viewcolumnnumbersComma-delimited list of column numbers from original Notes views.

True or false. If false, the program execution returns to the calling procedure. If true, the event processing goes to the next level.

Start_VWForm()

  • guides/programming/programmers_reference_manual/populateview_event.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1