DescriptionFetch the field names from the datasourceSyntaxFunction GetFieldNames( hints )Parametersvariant hints - hint string or a boolean (optional)boolean - false (default) to fetch ids instead of namesstring "id" - to fetch ids instead of namesstring "name" - to fetch names instead of idsstring "selected" - fetch selectedReturn Valuesarray - the field namesSee alsoDB Object
Description
Fetch the field names from the datasource
Syntax
Function GetFieldNames( hints )
Parameters
variant hints - hint string or a boolean (optional)
hints
boolean - false (default) to fetch ids instead of names
string "id" - to fetch ids instead of names
string "name" - to fetch names instead of ids
string "selected" - fetch selected
Return Values
array - the field names
See also
DB Object