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

Make Check Box Input Inactive.

Former Member
0 Likes
560

Hi Friends,

I had created a check box and make the input off by setting the properties. But when I do this the text label left to the check box also becomes inactive.

How can I resolve this Problem.

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

sivaganesh_krishnan
Contributor
0 Likes
519

hi rakesh,

Whats there in inactivating a label , anyway you cannot edit a label right.. Even though if you want the label not to be active, remove the inactive in property and in PBO loop the screen and write a if condition to search for screen name .. and you can inactive the screen using screen-active = 0.

Regards,

Sivaganesh

1 REPLY 1
Read only

sivaganesh_krishnan
Contributor
0 Likes
520

hi rakesh,

Whats there in inactivating a label , anyway you cannot edit a label right.. Even though if you want the label not to be active, remove the inactive in property and in PBO loop the screen and write a if condition to search for screen name .. and you can inactive the screen using screen-active = 0.

Regards,

Sivaganesh