Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

check box in table control

Former Member
0 Likes
585

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
564

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.

4 REPLIES 4
Read only

Former Member
0 Likes
565

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.

Read only

0 Likes
564

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

Read only

Former Member
0 Likes
564

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>

Read only

0 Likes
564

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