I installed Lazarus-0.9.21-fpc-2.1.1-20070204-win32.exe on my WinXp PRO SP2 and
ZeosLib6.6.0-beta.
When I try to add the event like "AfterOpen" of "TzQuery", an error occour.
It said "C:\lazarus\components\zeoslib\src\component\ZDataset.pas(38,6) Error: identifier not found: TDataSetNotifyEvent".
So, when I add "DB" to "uses" in "ZDataset.pas", I can add the event "AfterOpen".
Is there any other way to add the event?
Same error happen also in using "TzReadOnlyQuery" and "TzTable".
anybody help me, please