Hello,
It is possible create a readonly combobox and checkbox ?
Regards
Pawel
Hello,
It is possible create a readonly combobox and checkbox ?
Regards
Pawel
Pawel,
You may disable them:
<oCheckBox>:Disable()
or if used from a dialogbox, then set WHEN to .f.
REDEFINE CHECKBOX ... WHEN .f.
Antonio,
thanks for reply
(I must more read source ...)
Pawel