Subject | View and Table direct update? |
---|---|
Author | Tom |
Post date | 2006-11-05T10:34:01Z |
Hi,
I've a TIBOTable which is feeded by a view (v), the view itself is a
join over a database-table (a) and another view (b).
This table is connected with a mastersouce table.
A grid is connected to this detailtable through a datasource. The
grid displays two values (from b).
When I add a line in a grid (connected to a datasource to the
detailtable). I can provide a value to a field, but when I press
enter, the grid does not shows the corresponding value of the second
field. When I move back and forward in the master grid, the detail
grid shows both values correctly. So I guess the grid or table
doesn't refresh itself immediatelly after the insert...
Is this normal behavior? Can I do something about it?
Thanks
I've a TIBOTable which is feeded by a view (v), the view itself is a
join over a database-table (a) and another view (b).
This table is connected with a mastersouce table.
A grid is connected to this detailtable through a datasource. The
grid displays two values (from b).
When I add a line in a grid (connected to a datasource to the
detailtable). I can provide a value to a field, but when I press
enter, the grid does not shows the corresponding value of the second
field. When I move back and forward in the master grid, the detail
grid shows both values correctly. So I guess the grid or table
doesn't refresh itself immediatelly after the insert...
Is this normal behavior? Can I do something about it?
Thanks