|
Previous Top Next |
| Description
|
|
|
| This is a simple data entry routine allowing data to be entered at a specific position on the screen and validates against the type of data requested.
|
|
|
| Syntax
|
|
|
| MV.INPUT (Column, Row, Length, Type, Prompt, Help text, Input Field, SPEC)
|
|
|
| This routine uses NC90 above, therefore "hotkeys" are also checked and the relevant routines are executed.
|
|
|
| This passes data directly to the routine and does NOT use the common area:
|
|
|
|
|
|
|
|
| This routine is different to NC90:
|
|
|
| MV.INPUT displays the text of the field (prompt); NC90 is purely for data input.
|
|
|
|
|
|
|
| ** MSG can be any text or [nnn] where nnn is a line number within the record MESSAGE in the file _CONTROL that contains the text.
|
|
|