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 into module pool

S0023931147
Participant
0 Likes
620

Hi,

How to refersh check box when i am calling screen again.

i have an popup screen where i have 4 check boxes when i click any check box and after closing if i am again open the window that check is not clearing.

Thanks

Narendra

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
602

Before calling the window, clear the check box field.

3 REPLIES 3
Read only

Former Member
0 Likes
602

Hello,

Before call in the Screen You clear the Check box Move the Blank value to Check box.

or

When you click the check see in the Debugging where you will fill the check box when call the screen again check in which PAI or PBO you move blank value to check box.

Read only

Former Member
0 Likes
603

Before calling the window, clear the check box field.

Read only

Former Member
0 Likes
602

Hi Naren,

After doing particular action after selecting the check boxes have you made your check box initial so that when you close and open the window again then the check boxes will be initial(without any check) suppose CHK1 and CHK2 are my check boxes in the screen.

CHK1 = ' '.

CHK2 = ' '.

Try this may resolve your issue.

Cheers!!

VENk@