Subject | Re: [IBO] Refreshing a field |
---|---|
Author | Artur Anjos |
Post date | 2001-12-06T11:59:53Z |
What I use to do is refresh just the current row in the master after Post/Delete the detail. If you call Refresh it will Refresh all rows in the Query. In TIBODataset, I use InvalidateBookmark.
Artur Anjos
Question: How I refresh edtSO_TOTAL_AMT immediately to reflect the new value of SO_TOTAL_AMT after updated via trigger in SOITEMS? Should I call TIB_Query's Refresh method ? Or is there another way ?
[Non-text portions of this message have been removed]
Artur Anjos
Question: How I refresh edtSO_TOTAL_AMT immediately to reflect the new value of SO_TOTAL_AMT after updated via trigger in SOITEMS? Should I call TIB_Query's Refresh method ? Or is there another way ?
[Non-text portions of this message have been removed]