Thanks Luis,
vishi
Luis Gomes wrote:
> Vishi,
>
> In the LEFT_CLICK event, use the function GetTableCellFromPoint to
> determine which cell the user clicked on (keep inmind that he might
> have clicked on an area of the table which does not correspond to a
> cell: make sure both coordinates of the cell are non-zero).
>
> Once you have the cell, just highlight the entire row of that cell,
> using the function SetTableSelection, passing it
> VAL_TABLE_ROW_RANGE(r) as the range (where r is the 1-based index of
> the row).
>
> If the table is NOT an indicator, you will have to swallow the event,
> so that further processsing of the event by the table does not undo
> your selection change.
>
> Luis Gomes
> NI