Overload List

  NameDescription
Public methodStatic memberListPopulate(Control, SalSqlHandle, SalString)
Populates a list box or combo box with a result set. SalListPopulate overrides any settings made with SalListSetTabs. If the SELECT statement returns data from multiple columns, each column's data displayed in a list box is separated by tabs.
Public methodStatic memberListPopulate(Control, SalSqlHandle, SalString, WhenSqlErrorHandler)
Populates a list box or combo box with a result set. If the SELECT statement returns data from multiple columns, each column's data displayed in the list box is separated by tabs.

See Also