Subject IB_Query-PropertyEditor and AccessViolation every time
Author guido.klapperich@t-online.de
I posted it several times in the list, that I get an access violation in
module IBO40CRT_D5.bpl, when I open the PropertyEditor of IB_Query. Then
I have to kill the Delphi-process in the task-manager. Today I started
from scratch on a new computer. I installed Delphi, installed IBO, then
opened my project and I get the error again. Here are some tests:

1) I open my project and change the prepared-property in the
object-inspector of any Query to true. Then close all and all is fine.
2) I open my project and open the property-editor of any query by
double-clicking it. Then I try to prepare the query with the
toolbar-button and get an access violation in module IBO40CRT_D5.bpl.
Then I close the property-editor and close all and Delphi hangs up.
3) I open my project and change the prepared-property in the
object-inspector of any Query to true. Then I open the property-editor
of the query, but the query is unprepared (is this the wanted behaviour
? ). Then I try to prepare the query with the toolbar-button and get an
access violation in module IBO40CRT_D5.bpl. Then I close the
property-editor and close all and Delphi hangs up.

And now I get the access violation, only when I open the propertyEditor.

Perhaps someone could tell me, what are the differences between
preparing a query in the object-inspector and in the propertyEditor.


Guido