Top   Module   Use   Manual   Index 

com :: sun :: star :: form ::

enum ListSourceType


Description
describes the kind of data source used to fill the list data of a listbox or a combobox.


Values

VALUELIST
Description
filled with a stringlist of values.
TABLE
Description
filled with the data of a table.
QUERY
Description
filled with the results of a database query.
SQL
Description
filled with the results of a database statement.
SQLPASSTHROUGH
Description
filled with the results of a database statement, which is not evaluated by the database engine.
TABLEFIELDS
Description
filled with the field names of a database table.
Top of Page