Subject Re: [IBO] INSERT, EDITING AND AUTOMATIC ORDERING IN A GRID
Author Luiz Alves
> Is there any way to go inserting records in a table, and see the
> 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
>
Ibo has OrderingLinks and OrderingItems to this task.

Usually, you have to issue a Refresh on event after post since as you insert
a record.

Luiz.