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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FlexGrid question

Status
Not open for further replies.

alanf

Programmer
Joined
Feb 7, 2001
Messages
39
Location
US
Hi. I'm a newbie to the FlexGrid. I am simply trying to capture a user selection from a mouse-click, and then work with that data. 1)What's the easiest way to capture the user-selection (with SelectionMode set to Row or Free). 2) When I try to use the FlexGrid_Click() event I get an "Argument not optional" error. Same thing with the GotFocus() Event. Anybody know why??
 
trying using MSFlexGrid.ColSel and RowSel property
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top