Database Access Controls VB6: Difference between revisions
Jump to navigation
Jump to search
New page: == Database Access Controls == *MSFlexGrid *DataGrid Editing Cells is not native to these controls. One trick is to use a hidden text box control with a Grid.OCX (VB4) or a MSFlexGrid.O... |
(No difference)
|
Revision as of 19:41, 21 September 2007
Database Access Controls
- MSFlexGrid
- DataGrid
Editing Cells is not native to these controls. One trick is to use a hidden text box control with a Grid.OCX (VB4) or a MSFlexGrid.OCX (VB5/6) control to make an editable grid control. It would work by having a hidden textbox on the same form as the Grid Control and positioning it over the relevant cell when editing is to occur. Reference: Editable FlexGrid/Grid Control in VB4/5/6