Hi All
I have a DBF file and have that connected to a dbgridview.
This is a database of Mailboxes all numbered in sequence e.g. 1,2,3, up to 3000+.
I need it to display in these box number order, sorted descending in other words instead of the default of how they appear in the database.
There are a number of sorting examples on the forum, but it seem to create an error when you have data aware controls. I tried disable controls, then use exclusive and then sort, but that ended in disaster.
Perhaps sort the database at the beginning of the program or after a new entry was made so it display in box sequence in the dbgridview?
Apologies for all the questions.
-Peter