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!

Help with Grid Controls

Status
Not open for further replies.

splaisance

Programmer
Jul 2, 2001
67
US
Help! I need to know how to use a grid control or where to find detailed information. I've done as/400 programing and visual basic programing but have stayed away from grids. My project will be a visual basic 6.0 program that connects to a file on our as/400. We will be connecting via client access (i think at this point). The purpose is to create a maintenance program. Any thoughts and or suggestions very much appreciated!

SPlaisance
 
I'm using the MSFlexGrid control in my application and I found the documentation on the MSDN disk to be very helpful.

- VB Rookie
 
Can I update rows in the database using the MSFlexGrid? Or should I use something else?

the user will be changing, adding and deleting rows out of the grid.
 
You can not update directly from the FlexGrid, you can however frmo the data grid or some of the 3rd party controls such as the Sheridan Data Grid. The Sheridan control comes with the DataWidgets package and is pretty complete. I myself hate to use 3rd party controls, but if I had to, for what you are going to do, this would be the one. You can get an eval version at
 
I don't believe the company wants to get a 3rd party package unless it can't be done otherwise. Can I assume the data grid you are talking about is the 'Microsoft Data Grid' that shows up under Components?

Thanks!

splaisance
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top