NUMPAD Function
Use: | Displays a simple or normal number pad for the user to select a numeric value. The simple number pad contains only the numbers 0-9, plus and minus signs, a decimal point, and a Clear button. The normal number pad contains the same options plus percentages and additional numbers in increments of 5, 10, and 100. |
Syntax: |
|
Arguments: |
|
Returns: | A numeric value that can be stored in a text, numeric, or decimal field |
Example 1: | Result: The normal number pad appears. The selected/calculated number is entered into the txt_field. |
Example 2: | Result: The simple number pad is displayed. The selected/calculated number is entered into the txt_field. If the result is greater than zero, the List Pick event on txt_another_field displays an alert. |