Subject TIB_Query onUpdateRecord
Author Bob
When I added an onUpdateRecord event to a TIB_Query, I get a compile-time
error message

'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.

Thanks.

Bob.