Numeric Edit (INPUTN) Controls
For BBj-specific information, see INPUTN Controls.
INPUTN controls provide the capability to accept user input from the keyboard, but with input numeric masking and character padding capabilities.
Creating
|
Mnemonic |
Description |
|
Create a Numeric Edit (INPUTN) Control. |
Querying
|
CTRL() Function |
Information Returned |
|
0 |
Outer rectangle of the control in current scaled units. |
|
1 |
Control title. |
|
2 |
8-byte string representing the business math value contained in the control. The following example shows how this value can be obtained: DIM B$:"BUS:B" |
|
4 |
Control class and type. |
|
8 |
Visible/invisible and enabled/disabled status of the control. |
|
15 |
Background color of the control. |
|
16 |
Foreground color of the control. |
|
INPUTN SENDSMSG() Function |
Number |
|
25 |
|
|
22 |
|
|
24 |
|
|
26 |
|
|
20 |
|
|
38 |
|
|
29 |
|
|
32 |
|
|
33 |
|
|
27 |
|
|
23 |
|
|
30 |
|
|
31 |
|
|
28 |
|
|
21 |