Hello,
I have a checkbox "chkExplication" and text box "txtExplication". I ve set txtExplication.visible = false when i start the application.
And now i imagine the code like that :
If chkExplication.value = 1 then
txtExplication.visible = true
Else
txt.explication.visible = false
end if
I ve put this code in the "after updare event" for the check box but it dosen`t work.
In the same time, i know it's offtopic but i ll put it here, is there a way to change the appearance of the buton of a combo box?
Thanks.
I have a checkbox "chkExplication" and text box "txtExplication". I ve set txtExplication.visible = false when i start the application.
And now i imagine the code like that :
If chkExplication.value = 1 then
txtExplication.visible = true
Else
txt.explication.visible = false
end if
I ve put this code in the "after updare event" for the check box but it dosen`t work.
In the same time, i know it's offtopic but i ll put it here, is there a way to change the appearance of the buton of a combo box?
Thanks.