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

MSHFlexGrid vs MSFlexGrid

Status
Not open for further replies.

MrMajik

IS-IT--Management
Apr 2, 2002
267
MSHFlexGrid vs MSFlexGrid

I don't have my msdn library installed on this new hard drive image and could use a little help deciding which flex grid control to use.

I want to be able to select a grid cell and also change the color of individual grid cells. Is this even possible with either control?

Thank you.

Everything should be made as simple as possible, but not simpler
--Albert Einstein


 
I is possible with the MSFlexGrid. Just use the properties for individual cells. (.cellbackcolor for example).

You can also add both controls to a form and use the object browser to view all their properties and events.

Thanks and Good Luck!

zemp
 
I strongly recommend that you re-install Help from your original installation CD set - we all {should} use the Help files regularly!


________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first

'People who live in windowed environments shouldn't cast pointers.'
 
johnwm;

This is difficult coding without them. They are going back on tomorrow.

Thank you.

MrMajik

Everything should be made as simple as possible, but not simpler
--Albert Einstein


 
First, flexgrids are not directly updateable, although there are tricks you can use. The main difference between them is that the hierarchical flexgrid allows you to drill down through one to many relationahips. Try setting up a one to many relationship on a hierarchical flexgrid and you will see what I mean.

Bob
 

...and the MSFlexgrid is not able to connect to a ADO OLEDB data source, if you use the DataSource property.
You have to manually add the records.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top