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

STRANGE PROBLEM WITH TABLE CONTROL

Former Member
0 Likes
332

Hi all,

I am having a strange problem.

I have a table control in which i have a sort button .WHEN I PLACE THE CURSOR AND CLICK SORT BUTTON,IT WOULD SORT THE RECORDS IN ASCENDING BASED ON THAT COLUMN.

THE PROBLEM IS THAT WHEN I SCROLL DOWN THE WINDOW USING MY MOUSE ,IAM LOSING THE SORT AND THE RECORDS COME TO ORGINAL WAY THAT ARE BEING READ FROM DATABASE.i WANTED TO MAINTAIN THE RECORDS IN THE SORTED WAY EVEN THOUGH I SCROLL DOWN THROUGH MY MOUSE .

PLEASE TELL ME IF I MISS ANY TRICK

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
295

Check that you are not sorting the internal table in your PBO. Or even getting the data in your PBO.

Regards,

Rich Heilman

Read only

naimesh_patel
Active Contributor
0 Likes
295

Hello,

You may get your data again in the PBO section. So, get all your data before the PBO .

regards,

Naimesh