Subject IBObjects and Developer Express Quantum Grid
Author Gary Mathews
Hi

Has anyone had any experience of IBO (TIBOQuery) and the TdxDBGrid
component.?

The scenario is that I have two grids (QuoteGrid and QuoteLinesGrid) and two
TIBOQueries (QuoteData and QuoteLineData).

When I add records to QuoteLineData, there is a trigger that updates fields
of QuoteData.

When the last visible row of QuoteGrid is highlighted, and I call
QuoteData.RefreshRows I get a "record not found" error from the QuoteGrid.

Does anyone have any ideas ?


Gary Mathews