Summary
This table contains some global properties of the configuration.
|
Field name |
SQL type |
Description |
GUI name |
|---|---|---|---|
|
MAJOR |
INTEGER |
Major version number of creating program (read only). |
- |
|
MINOR |
INTEGER |
Minor version number of creating program (read only). |
- |
|
REVISION |
INTEGER |
Revision number of creating program (read only). |
- |
|
NOBJECTS |
INTEGER |
Number of objects in the configuration (including empty slots in the sequence) (read only, but updatable through addition and deletion of objects) (read only). |
- |
|
NDESC |
INTEGER |
Number of descriptors in the configuration (including empty slots in the sequence) (read only, but updatable through addition and deletion of descriptors). |
- |
|
ACTAREA |
CHAR (31) |
Name of the actual (default) area. |
The current area when selecting Set Initial Display |
|
DEFSERIAL |
CHAR (20) |
Serial number from options.txt for the last Definition program used (read only). |
- |
|
CHELMSERIAL |
CHAR (20) |
Serial number from options.txt for the last installation of the configuration (read only). |
- |
|
DEFTIME |
TIMESTAMP |
Time of last configuration change (read only, but updated automatically when changes are done through the ODBC driver) (read only). |
- |
|
CHELMTIME |
TIMESTAMP |
Time of last Installation (read only, but is zeroed when changes are done to the configuration) (read only). |
- |
|
NFONTS |
INTEGER |
Number of fonts in the configuration (including empty slots in the sequence) (read only, but updatable through addition and deletion of fonts) (read only). |
- |
|
NBINDINGS |
INTEGER |
Number of bindings in the configuration (including empty slots in the sequence) (read only, but updatable through addition and deletion of bindings) (read only). |
- |
|
PASSIVECOLOR |
INTEGER |
Color used for passive objects. |
Passive in Set Colors dialog box |
|
NEXTOAN |
INTEGER |
The next object auto number to be allocated for a new object (read only). |
- |
|
GLOBALAREA |
CHAR (31) |
The name of the global area (read only). |
- |
|
ONLINE |
INTEGER |
1 if the configuation is running, 0 if not. (Can only be 1, if CURRENTCONF in ODBCOPTIONS is 1) (read only). |
- |