I am using Visual Cobol for Windows Version 7
I have a Visual COBOL SCREEN SECTION FORM with a number of modifiable fields.
I use the CONTROL clause to dynamically make fields modifiable or protected
When i protect a modifiable field it will still tab to that field.
I have tried setting the ADISCF option "Control of whether protected fields are skipped" to skip (2), but that doesn't seem to have any effect
Is there any way to get ADIS to skip fields if they are protected?
Thanks in advance for any help