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

table control vertical scroll problems

Former Member
0 Likes
808

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
700

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

5 REPLIES 5
Read only

Former Member
0 Likes
700

Hi martin,

I think you might not cleared ok code .Clear it it might work.

Read only

0 Likes
700

hi, thk for the reply but the ok_code comes allways in blank...

Regards

Read only

0 Likes
700

anyone guys?? I only need to handle with the vertical scroll click event

Thk,

Regards

Read only

0 Likes
700

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

Read only

Former Member
0 Likes
701

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