TDD_MENU

Menu structures. This table is very complex. The program dvMenu should be used to manipulate this table. Great care should be taken if editing this table directly.


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 MEN_NAME TDD_IDENT C 30   N   Name.
3 MEN_SNAME TDD_IDENT C 30   Y   Submenu name.
4 MEN_SEQ DV_SEQ I 2   N   Orders (sequences) the data correctly.
5 MEN_ACT_NAME TDD_IDENT C 30   Y TDD_ACTION.ACT_NAME
6 MEN_MEN_SNAME TDD_IDENT C 30   Y TDD_MENU.MEN_SNAME Submenu name.
7 MEN_TXT_NAME TDD_IDENT C 30   Y TDD_TEXT.TXT_NAME

Dependents


Updated 31 Oct 2002.