Subject Re: [IBO] IB_Query phenomenom
Author guido.klapperich@t-online.de
> The most important tool for solving problems such as this...
>
> It gives you a look at exactly what is being sent to the server. Drop down a
> TIB_MonitorDialog component and call its Show method.
>

The monitor shows the correct statement and every row is fetched correctly. So
why displays the Query only the current row correctly?
The problem for me is, that I have to display the result with a IB_Grid and
therefore I need IB_Query. IB_CursorGrid is missing too much properties, that I
need.