Subject | RE: [IBO] How to get a datafield of a row selected in a grid |
---|---|
Author | Tobias Giesen |
Post date | 2001-07-04T16:48:36Z |
Hi!
AFAIk the selected row in the grid is identical to the query's current row,
so all you need is:
Query.FieldByName('XYXY').AsString;
Have you tried that? It should always return the data from the current
selected row.
Cheers,
Tobias
AFAIk the selected row in the grid is identical to the query's current row,
so all you need is:
Query.FieldByName('XYXY').AsString;
Have you tried that? It should always return the data from the current
selected row.
Cheers,
Tobias