Hi All

When I fill in field values in a series of DBEdits and then click on the Post button of my DBNav the record is inserted in my DB as expected. My problem is that a DBgrid attached to the process does not referesh properley. It does display the addition but does so at the point in the grid where the cursor last resided.

I would like to see the DBGrid refresh such that the record followed the mySQL indexing structure and displayed the new entry in alphabetical order for one of the fileds.

As an example the grid will show

AAA
BBB
ZZZ
CCC after an insert when it should show

AAA
BBB
CCC
ZZZ

Any ideas would be appreciated.

Thanks

Chris

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to