Subject Re: [IBO] rowchange in grid
Author Jason Wharton
Use the OnDataChange of the TIB_DataSource that is being used for the grid.

HTH,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "Helmut Steinberger" <hs@...>
To: <IBObjects@yahoogroups.com>
Sent: Friday, February 16, 2001 7:15 AM
Subject: [IBO] rowchange in grid


> I want to make some settings depending on the values of some fields in
> the current row, when the active row is changed in a ib_grid.
> For example:
> The user selects a row using the mouse or the cursor buttons. after
> that I want to change the state of actions depending on the value of a
> field in that row.
> Is there any event, beeing fired if active row changes?
>
> cu
> Helmut