Subject RE: [IBO] rowchange in grid
Author Claudio Valderrama C.
With one important indication:

TIB_ColLinkEvent = Procedure(
Sender: TIB_StatementLink;
Statement: TIB_Statement;
Field: TIB_Column ) of object;

This is the type of the OnDataChange event. When Field is NULL (or nil, if
you prefer), this is a row change. When Field is not NULL, this is a change
of the active column inside the same row.

C.

> -----Original Message-----
> From: Jason Wharton [mailto:jwharton@...]
> Sent: Viernes 16 de Febrero de 2001 15:55
>
> 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
>
>
>
>
>
>
>