Subject Refreshing current row
Author Hie Joen
Dear List,

I have a total column in a table (master). This total column is update via
trigger (After Insert, After Update, After Delete) on another table (detail)
and I included it in SELECT statement using TIB_Query, set ReadOnly
attribute to True.

Sometime the total column is not refresh automatically when I update the
detail. How can I refresh the current row to deal with this situation ?

TIA
HJ