‎2008 Oct 31 12:09 PM
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
‎2008 Oct 31 12:19 PM
‎2008 Oct 31 12:12 PM
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.
‎2008 Oct 31 12:19 PM
‎2008 Oct 31 12:21 PM
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@