honey1016


What can i do if my index is desceding order in Gid Column. It will automatically descending order in column 1 For example in grid column1 i have 02/02/06 but if i will add 02/02/07 it will automatically go to the top row. Please help. Thanks


Re: descending order in grid

Alex Feldstein


Your question is not clear. If you mean you want to change to ascending order, either change your index tag on the controlling column with INDEX ON ... TAG ... or change the ORDER BY statement on your underlying query or view.