Subject Re: [IBO] TIB_Query onUpdateRecord
Author Geoff Worboys
> 'Undeclared Identifier: TIB_UpdateKind'
> 'Undeclared Identified: TIB_UpdateAction'

> Related to this line which was inserted into my code:
> procedure qrSaleTicketAppUpdateRecord(DataSet: TComponent;
> UpdateKind: TIB_UpdateKind; var UpdateAction: TIB_UpdateAction);

> Is this my problem or a problem with IBO? Using Delphi 6 and IBO 4.2.Hc.


Try manually adding IB_Session to the "uses" clause of the interface
of the unit. Delphi is not always able to automatically detect where
such classes are defined.

--
Geoff Worboys
Telesis Computing