Overload List

  NameDescription
Public methodPopulate(SalSqlHandle, SalString)
Compiles, binds, and executes a SQL SELECT statement, then fetches the rows of the result set and populates a table window with them.
(Inherited from SalFormTableWindow.)
Public methodPopulate(SalSqlHandle, SalString, SalNumber)
Compiles, binds, and executes a SQL SELECT statement, then fetches the rows of the result set and populates a table window with them.
(Inherited from SalFormTableWindow.)
Public methodPopulate(SalSqlHandle, SalString, WhenSqlErrorHandler)
Compiles, binds, and executes a SQL SELECT statement, then fetches the rows of the result set and populates a table window with them.
(Inherited from SalFormTableWindow.)
Public methodPopulate(SalSqlHandle, SalString, SalNumber, WhenSqlErrorHandler)
Compiles, binds, and executes a SQL SELECT statement, then fetches the rows of the result set and populates a table window with them.
(Inherited from SalFormTableWindow.)

See Also