Subject OnBorderClick
Author guido.klapperich@t-online.de
I have seen, the IB_Grid.OnBorderClick-event has changed. The
Row-Parameter doesn't behave like in IBO3. Now it is the value of the
Grid-Row and not of the Dataset-Row. For example, my Grid displays 30
rows and my current row-number of the dataset is 1000 and I click on the
Grid-Border in the last row, then the ARow-Parameter of the
OnBorderClick-Event has the value 30 and NOT 1000, as expected and as it
was in IBO3. But I need the RowNo, any ideas ?


Guido