07-07-2006 05:54 PM
07-08-2006 03:25 AM
Probably the easiest and quickest way to track down changes is to add a column with a progressive index filled up while writing to the table and sorted together with the rest of it: the content of this column will always show the original position of the row regardless of sorting.
07-09-2006 12:34 AM
07-10-2006 11:57 AM
Thanks, Luis and Roberto.
This is exactly I was looking for. A way to set data index before sorting and then retrieve it after sorting.
I didn´t know that table cells could hold 3 types of data simultaneously. And fortunately my data types are always character strings so it was easy to set my data index.
The problem was solved thanks to you,
Guilherme Venticinque