B
Bill Le May
If I programmatically set an unbound checkbox's Value to True during
Item_Open( ), it triggers the Click event for the check box and runs the
code, which I don't want to do until the user actually clicks on it.
I am getting around it by setting a flag during Item_Open and clearing it
when it exits. The checkbox_Click code checks to see if an Open is in
progress and exits if True.
Is this normal behavior, and is this a valid solution? It is working so
far, but it seems odd.
Thanks,
Bill Le May
Item_Open( ), it triggers the Click event for the check box and runs the
code, which I don't want to do until the user actually clicks on it.
I am getting around it by setting a flag during Item_Open and clearing it
when it exits. The checkbox_Click code checks to see if an Open is in
progress and exits if True.
Is this normal behavior, and is this a valid solution? It is working so
far, but it seems odd.
Thanks,
Bill Le May