Hello,
new user here, new to RosiComp and
Delphi beyond Delphi 7, too. Component order is in progress, paid,
waiting for it, so limited source code is available for me.
Delphi: 12 Community Edition
Rosi: D12 demo downloaded from the homepage
Zeos: 8.0.1 Beta
TrDBGrid TextBar filter caused an exception in my ZQuery component so I created this event handler to intercept the filter constructed by the component.
I have found the extra characters and eliminated them by the article on the website on filter characters.
However, the pure existence of this handler broke filtering. Setting the var boolean filed only controlled the color of the text in the filter.
I spent the night finding out what's wrong here, today compiled the DB demo, seen that nothing is here, and is working. But creating the event handler broke the filtering in the demo, too.
I see I could use it to mark bad filters for the user.
Am I using it wrong, or is it a bug?