GetFieldNames

Description

Fetch the field names from the datasource

Syntax

Function GetFieldNames( from_db )

Parameters

boolean  from_db  (optional)

false (default) - get the names from the dictionary structure configured into the project

true - retrieve the actual field names from the database itself

Return Values

array - the field names

See also

GetTableNames

DS