I want a grid to reflect the current data of a table(which is subject to inserts), which means, the data in the grid must be the data in the table. How can I archive it?
Sun, 05 Dec 2004 15:56:24 GMT
VOrte #2 / 2
trace new added rows of a table
Requery the data source? Or set the data source of the grid as a recordset that reflects changes in the table...
e.g. Grid.requery
Regards
VOrtex
Quote:
> Hi all
> I want a grid to reflect the current data of a table(which is subject to > inserts), which means, the data in the grid must be the data in the table. > How can I archive it?