trying to set up my grid 
Author Message
 trying to set up my grid

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



Thu, 22 Nov 2001 03:00:00 GMT  
 trying to set up my grid
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



Sat, 24 Nov 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. SET UPS: Please Stop... AND Lood

2. I have tried and tried.... and tried

3. Trying to printing grid contents.

4. 2101 error when trying to set Left property on text box

5. trying to set archive properties for MAPIFolder

6. Error trying to set relative path on linked powerpoint presentation

7. trying to setting figure format in vba code

8. Stumpted trying to set user fields

9. Trying to set up a diary macro

10. Trying to set the way contacts are stored via FileAs

11. trying to set epn6=en6

12. Beginner: trying to set a label from a module

 

 
Powered by phpBB® Forum Software