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

MSHFlexGrid 1

Status
Not open for further replies.

Christa

Programmer
Dec 22, 1999
2
US
I am looking for a grid that I can use for adding, editing, deleting data. I need also be able to put comboboxes and a textboxes in specific cells/columns. What can I use? The mshflexgrid would work fine. But, I'm loading the grid with two different rs and doing so, I can't move columns around since I don't have bands. If I load it with just one recordset, it does not delete right because of the hierarchy. I tried the datagrid, but I can not put any comboboxes in the cells. The end user needs to choose from two comboboxes. Is there another way to work this? I am really at the end of my wisdom and need all the help I can get. (ado, oracle, no adodc) <br>
Thanks.
 
I've come across a similar situation, what I did was load the grid with the recordset (ADO), and when a user clicks a row, expand that row elsewhere, either on the same form, or on another one depending on the size and number of fields of each record. Then, on the form, you have all the freedom to use whatever combos and the like you want. When you press the update button, you may want to re-load the grid, so the user can check the information. <p> <br><a href=mailto: > </a><br><a href= > </a><br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top