Do you have a SHOW GETS ENABLED somewhere? This will toggle your Initially Disabled setting at runtime.
Let me add to jschenke's post.
If you have a command button set, i.e., more than 1 button for a variable, you can toggle the status of the individual buttons by using:
SHOW GET abc, 1 disabled
SHOW GET abc, 2 disabled
SHOW GET abc, 3 enabled
This will disable the first two buttons, and leave the third enabled. Also, if a single button is disable via the:
'\\' picture clause, like \\Quit, it can later be overridden with the SHOW GET abc ENABLED also.
Dave S.