ENABLE Reference Manual

ENABLE ATTRIBUTES
READ Attribute
Example
An application generated with the following commands cannot
read records for the "parts-1" box, but can read records for the
"supplier-1" and "order" boxes:
SET BOX DELETE OFF, UPDATE OFF
SET BOX READ OFF <----------- sets READ to OFF
SET RECORD parts
ADD BOX parts-1
RESET BOX READ <------------- resets READ to ON
SET BOX RECORD supplier
ADD BOX supplier-1
SET BOX RECORD orders
ADD BOX order
4-44