Hi How I can hide check box in Open Office BASIC? I tried use:

chckbox.visible=false

but it doesn`t work. thank you

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

So checkbox has no Visible Property only EnableVisible=True/False

It should helps

have a nice dayenter image description here

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.