Table of Contents

APF - Application Form

Module APF

Description

This table holds sets of application forms. Every application form set
describes a list of application forms, which are associated to
technical forms and counts. Thus, an application form set
describes how many times a print should be issued in a certain type
(= heading or watermark) on a certain type of paper.


Datafields

Name Description Data Type Len Dec. View lines View type Inst. Visible Codetable
INR Internal Unique ID of Application Form Set Entry Text 8 1 Edit Yes Public
COD Application Form Set Text 6 1 Edit Yes Public APFTXT
TYP Application Form (ORI, CPY, …) Text 3 1 Edit Yes Public APFTYP
CNT Count Numeric 4 0 Edit Yes Public
EDTFLG Editable Flag Text 1 1 Edit Yes Public
TEF Technical Form Text 3 1 Edit Yes Public Embedded
PRI Prio Text 2 1 Edit Yes Public
VER Version Text 4 1 Edit Yes Public
GETFLDNRM Field holding the normalized search fields Text 10 1 Edit Yes Public

Indices

Name Fields Properties
APF_CODPRI COD, PRI
APF_GETFLDNRM GETFLDNRM
APF_INR INR Unique
APF_TYPCOD TYP, COD

/


Lock

INR

Datafield Description and Properties


Datafield INR Internal Unique ID

Description

Unique internal ID of a record within the table. The INR is a text field, which is created by retrieving the next valid entry from the counter APF. The field INR is used to maintain links from other tables into this table.

Helpinformation

Unique internal ID of a record within the table. The INR is a text field, which is created by retrieving the next valid entry from the counter of this table. The field INR is used to enable links from other tables to this table.

For contractdata the INR also links the two tables xxD and xxT as associated entries hold the same INR.


Datafield COD Application Form Set

Description

Field holds the form set.

The form set is built by a three digit form class and a up to three digit additional identifier.

There might be more than one entry with the same COD but with different contents of TYP to define a complete form set which is a set of entries with the same contents in COD.

Helpinformation

This field contains the form set.

The form set comprises a three-digit form class and an up to three-digit additional identifier.

There might be more than one entry with the same COD however with different contents of TYP to define a complete form set which is a set of entries with the same contents in COD.


Datafield TYP Application Form (ORI, CPY, ...)

Description

This field identifies the application form (e.g. ORY, CPY). At least one entry holding ORI has to be available in every form set.

Helpinformation

This field identifies the particular application form (e.g. original, copy). Each form set has to contain at least one entry that identifies an original.


Datafield CNT Count

Description

Default number of printouts with this application form (field TYP). If marked in EDTFLG this number might be modified for each usage.

Helpinformation

Default number of printouts with this application form. If marked in the 'Editable Flag' field this number might be modified for each usage.


Datafield EDTFLG Editable Flag

Description

If this field is set to a non-blank value, the count specified in CNT might be modified for each usage.

Helpinformation

If this field is set to a non-empty value, the count specified in 'Count' might be modified for each usage.


Datafield TEF Technical Form

Description

Identifies the technical form, which usually describes the different used real paper types like preprinted logo paper, blank paper or special security paper.

Helpinformation

Identifies the particular technical form used. This usually describes different types of paper such as preprinted logo paper, blank paper or special security paper.

Codetable
Code Text
A4L Red Logo
A4C Customer
A4I Internal

Datafield PRI Prio

Description

This field is used to order the different elements of a set in ascending order of the field value.

Helpinformation

This field is used to sort the different elements of a set in ascending order of the field value.


Datafield VER Version

Description

This field holds the version counter to keep track of the version history of a APF entry. The individual versions are controlled by entries in the SLG table.

Helpinformation

This field holds the version counter used to keep track of the history of an entry of this table. The individual versions are managed by entries in the SLG table.


Datafield GETFLDNRM Field holding the normalized search fields.

Description

Field holding the concatenated and normalized sum of all search fields used by quick search. This is one of the fields set in a SdbSetNRMFields method defined in the table definition module.

Helpinformation

Field holding the concatenated and normalized sum of all search fields used by quick search. This is one of the fields set in a SdbSetNRMFields method defined in the table definition module.