Good afternoon !! I'm implementing a code and would like a help.
I'm filling a grid with data dynamically, recovering from bank step to a label and label to grid.
It displays in order, but I'd like it to display in descending order.
ex: enter Num01, Num02, Num03, it shows ...
Num01 Num02 Num03
But I'd like it to display:
Num03 Num02 Num01
Can someone give me a light ???