Determines whether a control in a DataWindow is enabled.
Button, InkPicture controls
Describe and Modify argument:
"buttonname.Enabled { = ' value ' }"
Parameter |
Description |
---|---|
buttonname |
The name of the button that you want to enable or disable. |
value |
Whether the button is enabled. Values are:
|
Select the control and set the value in the Properties window, Behavior category.
When the Enabled check box is cleared, or the Enabled property is otherwise set to false, the button control is grayed and its actions are not performed.
setting = dw1.Describe("b_name.Enabled")
dw1.Modify("b_name.Enabled ='No'")