Page 1 of 1

Readonly Combobox and Checkbox

PostPosted: Fri Nov 11, 2005 6:06 pm
by pawelu
Hello,

It is possible create a readonly combobox and checkbox ?

Regards
Pawel

PostPosted: Fri Nov 11, 2005 8:42 pm
by Antonio Linares
Pawel,

You may disable them:

<oCheckBox>:Disable()

or if used from a dialogbox, then set WHEN to .f.

REDEFINE CHECKBOX ... WHEN .f.

PostPosted: Fri Nov 11, 2005 8:48 pm
by pawelu
Antonio,

thanks for reply
(I must more read source ...)

Pawel