Subject | IB_Grid and subselect |
---|---|
Author | Boris Schlüszler |
Post date | 2002-11-12T11:00:03Z |
Hi!
I've got a query like this:
select id, (select name from names where nameid=source.id) as clearid,
col3, col4, col5 from source
A TIB_Grid displays the query result.
Whenever the ID-value is changed - and the ID-column is exited - I want
CLEARID to be refreshed.
Without any work it is refreshed only when the row is posted (sync:
after edit).
What is the best way to perform a refresh when the column was changed
and is left?
Rgds, Boris
I've got a query like this:
select id, (select name from names where nameid=source.id) as clearid,
col3, col4, col5 from source
A TIB_Grid displays the query result.
Whenever the ID-value is changed - and the ID-column is exited - I want
CLEARID to be refreshed.
Without any work it is refreshed only when the row is posted (sync:
after edit).
What is the best way to perform a refresh when the column was changed
and is left?
Rgds, Boris