Subject | Problem when I use CachedUpdate |
---|---|
Author | Fellipe Henrique |
Post date | 2005-08-01T13:35:37Z |
Hi everybody,
I have a problem, when I use CachedUpdate, these my example:
I have 2 TIBOQuery, and one of these is marked to CachedUpdate := True;
Well... when I insert onde record in my cached query, is ok, but I want to cancel, and I put these code:
TbItens.Cancel;
TbItens.Close;
TbItens is my CachedUpdate IBOQuery, but when I click in my New Record Button, with command TbItens.Open, my records inserted last is coming..
I wait that I have obtained to explain right, There is extra configuration for cachedUpdates?
thanks For All
Fellipe H.
[Non-text portions of this message have been removed]
I have a problem, when I use CachedUpdate, these my example:
I have 2 TIBOQuery, and one of these is marked to CachedUpdate := True;
Well... when I insert onde record in my cached query, is ok, but I want to cancel, and I put these code:
TbItens.Cancel;
TbItens.Close;
TbItens is my CachedUpdate IBOQuery, but when I click in my New Record Button, with command TbItens.Open, my records inserted last is coming..
I wait that I have obtained to explain right, There is extra configuration for cachedUpdates?
thanks For All
Fellipe H.
[Non-text portions of this message have been removed]