GET FIELD TITLES

4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next

version 2003


GET FIELD TITLES (table; fieldTitles; fieldNums)

ParameterTypeDescription
tableTableTable for which you want to find out the field names
fieldTitlesText arrayCurrent field names
fieldNumsLongint arrayField numbers

Description

The GET FIELD TITLES command fills the fieldTitles and fieldNums arrays with the names and numbers of database fields for the desired table. The contents of these two arrays are synchronized.

If the SET FIELD TITLES command is called during the session, GET FIELD TITLES only returns the "modified" names and field numbers defined using this command.

Otherwise, GET FIELD TITLES returns the names of all database fields as defined in the Structure window.

In both cases, the command does not return invisible fields.

See Also

GET TABLE TITLES, SET FIELD TITLES.


4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next