2015-02-26 04:33 UTC
I need to make a loop on all the controls within a form.
For each control I would like to determine its name and according to this effect some operations such as. disable it.
I found the "dcl-Form-GetControls", but I have noticed that returns a list of entities.
(entget) returns nil on these entities.
Does anyone have some sample code to disable all the controls on a form except one?
Or any suggestions?
Thanks in advance.
For each control I would like to determine its name and according to this effect some operations such as. disable it.
I found the "dcl-Form-GetControls", but I have noticed that returns a list of entities.
(entget) returns nil on these entities.
Does anyone have some sample code to disable all the controls on a form except one?
Or any suggestions?
Thanks in advance.