Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
How can I modify NO-AUTOSEL property for entry-field in ACUCOBOL-GT?
MODIFY S1CG01003-T-CAU, NO-AUTOSEL = TRUE
or
MODIFY S1CG01003-T-CAU, NO-AUTOSEL IS TRUE
give compile errors.
The right syntax is:
modify Screen1-Ef-1, NO-AUTOSEL
to activate this property
or
modify Screen1-Ef-1, not NO-AUTOSEL
to de-activate it.