Subject | Re: [IBO] INSERT, EDITING AND AUTOMATIC ORDERING IN A GRID |
---|---|
Author | Luiz Alves |
Post date | 2002-01-21T17:05:21Z |
> Is there any way to go inserting records in a table, and see theIbo has OrderingLinks and OrderingItems to this task.
> results ordering by a field in a grid. It's a good idea that you see
> the record you have inserted of way automatic in the grid.
>
> Ex: select dni,name,fax from clients order by name
>
Usually, you have to issue a Refresh on event after post since as you insert
a record.
Luiz.