Subject | SV: [IBO] 2 TIBOTables opened towards the same table? |
---|---|
Author | Jacob Havkrog |
Post date | 2013-03-16T17:37Z |
Hi!
Thanks!
>You should refresh Table2 (Table2.Refresh) after committing or setThat did the trick.
>CommitAction property to caRefresh to get Table2 refreshed after
>IBOTransactions gets committed.
>On the other hand I strongly recommend to use IBOQuery instead of IBOTable.Why?
Thanks!