‎2007 May 14 3:09 PM
Hi, i have some problems with table controls... Im able to create and populate all the table controls but everytime that i click on the vertical scroll sometimes it chooses the line that is selected , or if it's a table control with multiple lines selection it clear all the lines selected every time that i click on the vertical scrool
Can someone help,
Thanks,
Regards
‎2007 May 21 8:05 AM
Hi Martins,
The problem may be with the OKCODE. When you click the scroll bar, the ok code of any previous action might have been stored and thats why it may behave in different manner different times. So clear the okcode for all the other actions also once the processing is completed.
for ex:
case okcode.
when 'DISP'.
Do the processing whatever may be
clear ok_code. (Do like this for all teh cases.)
endcase.
Hope this helps you.
Reward points if found useful .
Regards,
Prakash Ghantasala
‎2007 May 14 3:14 PM
Hi martin,
I think you might not cleared ok code .Clear it it might work.
‎2007 May 14 3:22 PM
hi, thk for the reply but the ok_code comes allways in blank...
Regards
‎2007 May 14 4:33 PM
anyone guys?? I only need to handle with the vertical scroll click event
Thk,
Regards
‎2007 May 21 7:52 AM
hello
i am facing the same problem. all selected(highlighted) rows are cleared when i have scrolled down and up again. why? i want to keep the selected rows highlighted .
thanks
‎2007 May 21 8:05 AM
Hi Martins,
The problem may be with the OKCODE. When you click the scroll bar, the ok code of any previous action might have been stored and thats why it may behave in different manner different times. So clear the okcode for all the other actions also once the processing is completed.
for ex:
case okcode.
when 'DISP'.
Do the processing whatever may be
clear ok_code. (Do like this for all teh cases.)
endcase.
Hope this helps you.
Reward points if found useful .
Regards,
Prakash Ghantasala