Subject | refresh Query/Grid |
---|---|
Author | Boris Schlüszler |
Post date | 2002-06-22T21:25:50Z |
Hi!
I've got a table. New records are inserted very frequently.
The grid should show the last row after any insertion.
I decided to
1. Table.Insert (via SP which has DML)
2. Table.RefreshKeys (AutoFetchAll is False)
3. Table.Last
Is that the appropriate and fastest way to perform it?
Is there anything faster available?
Regards, Boris
I've got a table. New records are inserted very frequently.
The grid should show the last row after any insertion.
I decided to
1. Table.Insert (via SP which has DML)
2. Table.RefreshKeys (AutoFetchAll is False)
3. Table.Last
Is that the appropriate and fastest way to perform it?
Is there anything faster available?
Regards, Boris