Subject | get dataset from title click on TIB_Ledger |
---|---|
Author | rick_roen |
Post date | 2004-11-25T15:34:03Z |
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
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