you need to set up a datasource and point the flexgrid to
it. Use the grids click event to capture the information you require..
you can get the column and rows using :
x = flexgrd.col
y = flexgrd.row
set using:
flexgrd.row = x
get the data using ..
flexgrd.text
hope this helps.. e-mail if you need more help..
steve
Quote:
> I'm just learning VB.
> So here is my problem, I'm using the MSFlex Grid. I'm trying to find
> information on how to set it up. Or how to read in a table from somewhere
> else.
> I'm also looking to be able to click on each field in the grid and for the
> program to look up on another table for the command to be givin.
> Do I need an already made table or can I set up the grid in the program?
> Any help would be good in either the code needed or where to look for this
> stuff. I've been trying to use the help file and various books but nothing
> seems to give me what I need.
> thanks