Hi
In this post i will explain how to disable and enable controls in the form regarding to the business needs
Normal element control
ControlName.Enabled(false); // Disable the control
Control Inside a grid or field
TableName_ds.object(fieldnum(TableName,FieldName)).enabled(false); //Disable the field
In this post i will explain how to disable and enable controls in the form regarding to the business needs
Normal element control
ControlName.Enabled(false); // Disable the control
Control Inside a grid or field
TableName_ds.object(fieldnum(TableName,FieldName)).enabled(false); //Disable the field
No comments:
Post a Comment