Padprompthexnumber; Padpromptnum - Hand Held Products PadCom TT1500 User Manual

Point-of-sale terminal control library
Table of Contents

Advertisement

padPromptHexNumber

Displays a hexadecimal keypad and returns the entered hexadecimal number.
The user is prompted to enter a hexadecimal value. The prompt includes
"ENTER", "CLEAR", "C", "UNDO", and "CANCEL" buttons. "ENTER" accepts
the numeric entry. "CLEAR" and "C" both clear the numeric entry. "UNDO"
removes the last digit entered. "CANCEL" exits the prompt. The numeric value
can have up to 17 digits. The result is returned as a text string containing the
digits entered. The illustration depicts the layout of a HEX number pad.
Syntax
BOOL padPromptHexNumber(
char *Title,
WORD MaxDigits,
char *Result
)
Parameter
Title
MaxDigits
Result
Returns
Returns TRUE upon success, FALSE otherwise.
See Also
padPromptNum, padPromptNumber, padPromptReset, padPromptSignature, padPromptString, padPromptTimeout

padPromptNum

This command displays a numeric keypad and returns the entered number. The
user is prompted to enter a number whose value can range from 0 to 65,535. The
prompt includes "ENTER", "CLEAR", "C", "UNDO", and "CANCEL" buttons.
"ENTER" accepts the numeric entry. "CLEAR" and "C" both clear the numeric
entry. "UNDO" removes the last numeric digit entered. "CANCEL" exits the
prompt. The illustration depicts the layout of a number pad.
Syntax
BOOL padPromptNum(
char *Title,
WORD *Result
)
Parameter
Title
Result
Returns
Returns TRUE upon success, FALSE otherwise.
See Also
padPromptHexNumber, padPromptNumber, padPromptReset, padPromptSignature, padPromptString,
padPromptTimeout
Description
Specifies the title of the displayed
hexadecimal number pad. It's a pointer
to a null terminated character string.
Maximum digits to be displayed
Returns a variable length text string containing the number entered
Description
Specify the title of the displayed number
pad. It's a pointer to a null terminated character string.
Returns a 16-bit value representing the entered number.
3 - 39

Advertisement

Table of Contents
loading

This manual is also suitable for:

Padcom tt3100 series

Table of Contents