NO INPUT
NO INPUT is used in input processes to prevent a user from modifying a particular field.
NO INPUT
(AT APPEARANCE # )
(1)
(2) (3) (4) (5)
(2) Application ID |
(4) Occurrence (constant/index) |
(5) Appearance (constant/index) |
The NO INPUT statement can be used to make fields conditionally unmodifiable, depending on prior entries. The appearance number can be used if the same field appears more than once on the image.
The application ID, field name, occurrence, and appearance may all be left blank, in which case the statement is applied to all items on the image.
When NO INPUT is executed for an item, it is dimmed on the image.
NO INPUT statements are only valid on image-related event points.
The example below prevents the operator from entering a General Ledger account number into a customers record if the General Ledger Chart of Accounts file does not exist.
IF
EXIST TGL BALANCE1 FAIL
0
F NO INPUT TAR
CUSTOMER ACCOUNT (AT
APPEARANCE # )