Subject | Re: [IBO] Index order |
---|---|
Author | Woody (TMW) |
Post date | 2004-12-08T21:42:48Z |
>item it is inserted into the table the grid displays. The item appears as
> We have a gird for display purposes (POS items). When the user keys in an
the first (top) item. Previously in our BDE / Dbase app the items listed at
the bottom, based on an index the table uses.
>correctly, will this have a negative impact on performance?
> If I need to do a refresh after each insert to make the table display
>Rob, try using Append instead of Insert. It should then put the new record
at the bottom of the grid.
HTH
Woody (TMW)