GET TABLE 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 TABLE TITLES (tableTitles; tableNums)

ParameterTypeDescription
tableTitlesText arrayCurrent table names
tableNumsLongint arrayTable numbers

Description

The GET TABLE TITLES command fills the tableTitles and tableNums arrays with the names and numbers of database tables defined in the Structure window or using the SET TABLE TITLES command. The contents of these two arrays are synchronized.

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

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

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

See Also

GET FIELD TITLES, SET TABLE 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