Installing ZeosLib in Delphi XE2 give problems:
For XE2 new packages were created but they refer to older version, which I had to change one by one. After that it compiles and installs ok.
Search found 2 matches
- 06.04.2012, 20:56
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Problems with installing ZeosLib 7 in Delphi XE2
- Replies: 1
- Views: 428
- 06.04.2012, 20:54
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Filtered table error after post violates filter
- Replies: 1
- Views: 536
[patch_done] Filtered table error after post violates filter
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 fr...