Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FlexGrid

Status
Not open for further replies.

cwalshe

Programmer
May 28, 2001
84
IE
Hi there,

Is it possible to select a cell in a flex grid and use that entry to perform other tasks.

Thx,

Cormac.
 
From VB, I use the .TextMatrix property to get data. It does not "select" the cell. To do that, set the .Row and .Col properties to the cell you want selected. Using .TextMatrix lets the program use the data without the grid jumping all over. You can always use .TextMatrix(.Row,.Col) to adderss the cell selected by the user.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top