Subject Bug in Assigning FieldsIndex to a prepared TIB_Query
Author Andreas Hesse
IBO Version 4.3Aa.

There is a bug in the first Assigning FieldsIndex to a prepared TIB_Query.
While assigning FieldsIndex to
FBufferCursor in SysLayoutChange( Sender: TObject );
it will overwrite changes in FieldsIndex, because FIgnoreLayoutChange of the TIB_Query is 0.

Workaround:
Every assignment to FieldsIndex must be surrounded by BeginLayout/EndLayout.

Regards,
Andreas Hesse