Home > Technical > Table Definitions > KBDETAIL
The individual keys that make up a keyboard definition are stored in this table. There are grouped under a KBHEADER record.
Column |
Type |
Description |
INT(4) |
The keyboard definition this key belongs to. |
|
INTKEYNUMBER |
INT(4) |
The specific key this definition is for. If a Versa definition then this would be a number defined in VERSAKEYMAP. Other POS systems will use their own numbers. |
INTSRKEYTYPE |
INT(4) |
The type of key. This allows the POS to determine if this is a fast key, tender key, and so on. The values are POS dependent. |
STRKEYDESCRIPTION |
VARCHAR(50) |
The description for this key. It will printed on the keyboard template. |
INTKEYTYPE |
INT(4) |
VersaTerm specific key type defined by the manufacturer. |
INTKEYDATA |
INT(4) |
The integer value associated with the key. This could be IPN, or Tender Code and so on. |
STRKEYSTRING |
VARCHAR(16) |
The string value associated with the key. This could be tender name or screen prompt. |
STRMULTIKEYS |
VARCHAR(50) |
VersaTerms allow you to press one key and send several key definitions. This field contains the multiple keys to be pressed in a comma-delimited list. |
YSNPRINTKEY |
VARCHAR(1) |
‘T’ if the key is to be printed on the keyboard template. |
STRFONTNAME |
VARCHAR(30) |
The name of the font to print the key description on the keyboard template. |
INTFONTSIZE |
INT(4) |
The size of the font to print the key in. |
YSNBOLD |
VARCHAR(1) |
‘T’ if the key is to be printed in bold. |
YSNITALIC |
VARCHAR(1) |
‘T’ if the key is to be printed in italic. |
INTFOREGROUNDCOLOUR |
INT(4) |
The colour to print the key description in. |
INTBACKGROUNDCOLOUR |
INT(4) |
The colour to print the background of the key description in. |
STRDYNAPOSBITMAP |
VARCHAR(50) |
The name of a BMP file to display on a DynaPOS keyboard. |
STRDYNAPOSCOLOUR |
VARCHAR(10) |
The colour of the DynaPOS key. Not currently used. |
INTDYNAPOSSUBLEVEL |
INT(4) |
On DynaPOS, this points to another keyboard level. |
Primary Key: LINTKBCODE + INTKEYNUMBER
Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |