I have a form which has a checkbox to only enable certain controls on the form. Is there a way to revert these controls without reverting any other changes on the form (within other containers). I tried the following code, but no joy.
this.Parent.container1.SetAll("Enabled", .F.)
Any ideas?
this.Parent.container1.SetAll("Enabled", .F.)
Any ideas?