how do you clear a check box

Started by andrew · 2010-01-15 20:19 UTC · 2 replies · SMF topic #1132

in my modeless form (that i have staying open) i have a button that opens a modal form, in that modal form i have a check box that
if checked will stay checked everytime the form is opened.

is there a way to clear that checkbox (if its checked) every time the form opens?

i hope this is understandable

thanks
put this in your OnInitialize event for that form...

(dcl_Control_SetValue Untitled_Form1_CheckBox1 0)
ahh set value

thanks Barry