Subject Re: [IBO] Clicking on the BorderCol in TIB_Grid
Author Andreas Pohl
I use TIB_Grid.OnBorderClick to change sth., e.g.

if acol+arow=0 then GridLayout1Click(sender) //TopLeft cell
else if acol=0 then with ((sender as TIB_Grid).datasource.Dataset as
TIB_Query)do Selected[arow]:=not Selected[arow];


Mit freundlichem Gruss & Best Regards

Andreas Pohl
apohl@...
www.ibp-consult.com
----- Original Message -----
From: "Jörg Schiemann" <schimmi@...>
To: <IBObjects@yahoogroups.com>
Sent: Wednesday, May 02, 2001 11:57 AM
Subject: [IBO] Clicking on the BorderCol in TIB_Grid


> Hi,
>
> I've noticed that clicking on the bordercol doesn't change the record.
>
> Is there a property for changing this, that I can't see ?
>
> Regards,
> Jörg
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>