‎2007 Aug 23 1:19 PM
Hi,
Is it possible to trigger an event by checking the check box in a table control ,
so that i can use it to activate/ inactivate any field in the same table control ?
anoop
‎2007 Aug 23 1:27 PM
NO, thats not possible.
Once you tick the Check box, you need to click a button (Say SAVE etc ) to trigger the event. Create a Button & click when Check box is ticked. Handle the Click event & build your logic.
‎2007 Aug 23 1:27 PM
NO, thats not possible.
Once you tick the Check box, you need to click a button (Say SAVE etc ) to trigger the event. Create a Button & click when Check box is ticked. Handle the Click event & build your logic.
‎2007 Aug 24 7:13 AM
Hi Prashant,
thank you for the information.But i wonder how the ' tick ' symbol appear when we click the check box.I think the source code of the screen contains
events to capture the click so that the radio button & check box will respond to it.
Thanks & Regards
Anoop Pillai
‎2007 Aug 23 1:31 PM
with check box alone you cannot trigger an event. You need to use a button also. All you can do is to trigger one event when the check box is checked and another event when the check box is not triggered.
regards,
srinivas
<b>*reward for useful answers*</b>
‎2007 Aug 24 7:15 AM
Hi Srinivas,
thank you for the information.But i wonder how the ' tick ' symbol appear when we click the check box.I think the source code of the screen contains
events to capture the click so that the radio button & check box will respond to it.
Thanks & Regards
Anoop Pillai