TDD_LABEL

Text labels.


Columns

No Name Domain Dty Len Scale Nulls Foreign Key Description
1 TDD_VERSION TDD_VERSION I 4   N   Version stamp. The last version is always the number one (1). All old versions will have a negative version number. TDD_VERSION will have the corresponding date when the version was updated/deleted.
2 LAB_NAME TDD_IDENT C 30   N   Name.
3 LAB_CAT_PROJECT TDD_IDENT C 30   Y TDD_CATEGORY.CAT_NAME Project ID. For VARs this might be the customer ID.
4 LAB_CAT_GROUPID TDD_IDENT C 30   Y TDD_CATEGORY.CAT_NAME Group ID. Used to group applications within a project.
5 LAB_LAN_NAME TDD_ISOLAN C 3   N TDD_LANGUAGE.LAN_NAME
6 LAB_SEQ DV_SEQ I 2   N   Orders (sequences) the data correctly.
7 LAB_FONT DV_CODE I 4   N   The logical font.

Values:
0 System
1 Fixed
2 ANSI
3 Field
4 Label
5 Button

8 LAB_TEXT DV_TEXT C 80   N   Text data.
9 LAB_LEN DV_LEN I 2   N   Label length. If zero (0) then the length of the text is used.

Dependents


Updated 31 Oct 2002.