Subject | Re: [IBO] OnBorderClick |
---|---|
Author | Jason Wharton |
Post date | 2001-10-25T16:26:33Z |
You need to convert it using the DataRow[ ] property.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: <guido.klapperich@...>
To: "IBObjects" <IBObjects@yahoogroups.com>
Sent: Thursday, October 25, 2001 1:25 AM
Subject: [IBO] OnBorderClick
> 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