Subject Re: TIB_Cursor & FieldByName V4.2.I
Author Marco Menardi
Your code seems correct to me...
First of all, I would delete every event handler, and perform the test again. It could be a bug in event handler "handling", or a feature related to AfterFetchRow(), who knows... or you are doing something relatet to the transaction to wich this cursor is chained... just some thoughts.
let me know
Marco Menardi



--- In IBObjects@y..., "sdbeames" <s.beames@m...> wrote:
> Hi,
> when using a TIB_Cursor to select a single row from a table, my
> calls to FieldByName don't return the retrieved values. TIB_Monitor
> shows the correct values ARE being retrieved. I have a handler for
> IB_Cursor1AfterFetchRow(), because I use this cursor to fill some
> TComboBoxes as well, but it checks a flag and does nothing for this
> call.
>