Hi,
I made a form with several checkboxes. The aim is that a user can vink/devink the checkbox and that, in case a checkbox is vinked, I can see that using code.
I was trying by using the 'Onclick' event but I can't get the possibility to register in my code wheter or not the checkbox is clicked?
For example, the name of a checkbox is "Landuse". The user can check/uncheck this. In my code, I'd like to know wheter the status of the check box is yes or no. (As it is an unbound checkbox, I can't find the value True/False)
I think it can't difficult but in some way I can't find it..
Thanks a million!
Leen
I made a form with several checkboxes. The aim is that a user can vink/devink the checkbox and that, in case a checkbox is vinked, I can see that using code.
I was trying by using the 'Onclick' event but I can't get the possibility to register in my code wheter or not the checkbox is clicked?
For example, the name of a checkbox is "Landuse". The user can check/uncheck this. In my code, I'd like to know wheter the status of the check box is yes or no. (As it is an unbound checkbox, I can't find the value True/False)
I think it can't difficult but in some way I can't find it..
Thanks a million!
Leen