Subject RE: [IBO] get dataset from title click on TIB_Ledger
Author Jason Wharton
I don't know off the top of my head.
There is full source for this control.
The primary author for this control was not me.

Jason Wharton
www.ibobjects.com


> -----Original Message-----
> From: rick_roen [mailto:rick@...]
> Sent: Thursday, November 25, 2004 8:34 AM
> To: IBObjects@yahoogroups.com
> Subject: [IBO] get dataset from title click on TIB_Ledger
>
>
>
>
> I am trying to get the dataset of the field that caused the
> OnClickTitle event since I want multiple grids to use the same event
> so I can "Locate" on the field.
>
> I can't tell how to get this information from the "Cell" in the
> event.
>
> I am looking for something like:
>
> Cell.Dataset.Locate( Cell.FieldName, VarArrayOf( [ ??? ] ), [ ] );
>
> Can someone advise?
>
> Rick