TDD_FAST

Fast App (generator) parameters.


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 FST_NAME DV_TEXT C 80   N   Table editing application. This is the name of the .run file. If no name is given the default grid editor application will be used.
3 FST_SEQ DV_SEQ I 2   N   Orders (sequences) the data correctly.
4 FST_TAB_NAME DV_SQLID C 30   N TDD_TABLE.TAB_NAME Table name.
5 FST_CAT_PROJECT TDD_IDENT C 30   N TDD_CATEGORY.CAT_NAME Project ID. For VARs this might be the customer ID.
6 FST_CAT_GROUPID TDD_IDENT C 30   N TDD_CATEGORY.CAT_NAME Group ID. Used to group applications within a project.
7 FST_TRS_NAME TDD_IDENT C 30   N TDD_TRIGGERSET.TRS_NAME Name.
8 FST_BGR_NAME TDD_IDENT C 30   Y TDD_BUTGRP.BGR_NAME Name.
9 FST_ROWCOUNT DV_INTEGER I 4   N   Number of rows to display. Minimum is one (1).
10 FST_ORDERBY DV_TEXT C 80   Y   Columns to ORDER BY. If more than one column then they must be ',' (comma) seperated.

Dependents

None


Updated 31 Oct 2002.