Skip to Content
0
Former Member
Oct 03, 2005 at 10:17 PM

sort table control contents

33 Views

hi all,

i need to sort the contents of a table control dynamically,how can i do this..

for ex: if user clicks on 'unpack' for a Handling Unit(HU) on table control 1(TC1) , i display the contents of it in TC2.

and when he clicks on some other HU in TC1 and again clicks 'unpack' i need to sort the previous and present contents so that i can see them in a sorted order in TC2.

i tried sorting the table on which iam looping but thats leaving balnks in TC2 until my logic finds the contents of the HU to be displayed.(for ex. if HU has posnr 90 and 100, the TC2 has the first 8 rows blank, if i use sort)..

please suggest

thanks