Subject TIBOQuery.Edit would must to call always AfterPost with Next call
Author Miguel
When I put TIBOQuery in dsEdit state with Edit call by example, I
understand that if I do TIBOQuery.Next the AfterPost by example would must
to be called although I haven't changes in the fields. The example is
simple, a master detail relation and when the detail is edited the master is
forced to edit state and in the master AfterPost I call to commitretaining,
now I lose the changes.

Any solution? I could to implement in a TIBOQuery descent some
mechanish, alter any flag or similar thing althought I think that IBO would
must to do it. Ideas to implement it?

Thank you.