Home > Technical > Table Definitions > KBHEADER
The header record for a keyboard definition. Keyboard definitions are used to control the key layout for POS till devices. The specific details are stored in KBDETAIL.
Column |
Type |
Description |
INT |
A unique number assigned by the system. |
|
STRKBDESCRIPTION |
VARCHAR(20) |
A description about the keyboard definition. |
INTDEFAULTCASHKEY |
INT |
Used for VersaTerm keyboards only. It indicates the key to be ‘pressed’ when the default cash key is used. |
STRPOSTYPE |
VARCHAR(10) |
The type of POS this definition is for. Current values: Versa |
INTFASTKEY1LEVEL |
INT |
A DynaPOS can have four main keyboard levels (and unlimited secondary fastkey levels). This is the code of the level for the first fastkey. |
INTFASTKEY2LEVEL |
INT |
A DynaPOS can have four main keyboard levels (and unlimited secondary fastkey levels). This is the code of the level for the second fastkey. |
INTFASTKEY3LEVEL |
INT |
A DynaPOS can have four main keyboard levels (and unlimited secondary fastkey levels). This is the code of the level for the third fastkey. |
INTFASTKEY4LEVEL |
INT |
A DynaPOS can have four main keyboard levels (and unlimited secondary fastkey levels). This is the code of the level for the fourth fastkey. |
INTFOREGROUNDCOLOUR |
INT |
The colour to print the description in. |
STRSUBLEVELBITMAP |
VARCHAR(50) |
|
Primary Key: CTRCODE
Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |