Subject IB_Checkbox
Author Alan McDonald
Why does the OnClick event of an IB_Checkbox fire when the datasource needs
to check/uncheck the box? I would have thought that only a user's clicking
of the control would fire the onClick event.
If I want to set other field values according to the state of an
IB_Checkbox, how does one use the OnClickEvent if you only want a change of
the state to fire? There is no such ting a a field's on change event so how
do we manage that?
Alan