When in a filtered table (using event OnFiltered) a field is changes, such that the record will be filtered out, then after commit it raises an exception.
Example:
Filter is on field 'Active = True' and I set in GUI Active to False and press commit, it comes up with an error.
The error originates from TZAbstractDataset.InternalPost where it tries to locate the bookmark (which is not valid off course). I fixed it by checking the validity of the bookmark and if it is not valid, I don't jump to the bookbark and also don't 'resync'
[patch_done] Filtered table error after post violates filter
Moderators: gto, EgonHugeist, olehs
- EgonHugeist
- Zeos Project Manager
- Posts: 1936
- Joined: 31.03.2011, 22:38
Are you sure yo've the latest revision? The Bookmark issues are solved since two weeks...
Best regards, Michael
You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/
You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/