Subject | Bug in Assigning FieldsIndex to a prepared TIB_Query |
---|---|
Author | Andreas Hesse |
Post date | 2005-01-01T18:54:11Z |
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
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