DBGRID32.OCX - Data Bound Grid Control 5.0 
Author Message
 DBGRID32.OCX - Data Bound Grid Control 5.0

I have been trying to add a Data bound Grid Control to my project, but I
couldn't find it on the list of Components nor in the VB\Controls folder.  I
have MS ActiveX Data Objects 2.7 Library selected as a reference.  I tried
choosing all different kinds of references, but I still can't find the
control.  I did find a GRID32.OCX file when I browsed through to the VB6 cd.
I was able to select that component so that it showed  up on the tool
palette, but when I went to place it on my form, I got an error message
which stated that I didn't have a license for the component.  When I went to
help on that message box, it stated that I might not have installed the
ActiveX license with the control and suggested that I reinstall VB6.  I
reinstalled VB6 and selected all components, but the problem remains.  Any
suggestions?


Fri, 08 Oct 2004 07:14:00 GMT  
 DBGRID32.OCX - Data Bound Grid Control 5.0
VB6 does not automatically install the DBGrid because it has been
replaced by the DataGrid, which is an upgraded version of the DBGrid.
The DBGrid is for binding to DAO recordsets and the DataGrid is for
binding to ADO recordsets. If you're using MDAC 2.7 I'd recommend you
use the DataGrid.

If you really want to use the DBGrid, it's on the VB6 CD (as you
discovered) along with a few other older controls. There's a readme
file in the folder which explains how to install it properly.



Fri, 08 Oct 2004 16:48:32 GMT  
 DBGRID32.OCX - Data Bound Grid Control 5.0
Thanks.  The readme file wasn't very helpful - or maybe i just couldn't
figure it out ; ) -  but I did received the following information from WROX:

Here's what you need to do to get the GRID32.OCX control in your Toolbox
(Pro and Enterprise):

Find GRID32.OCX on the installation CD

Copy it to \Windows\System  (I used System32)

Find VBCTRLS.REG on the installation CD

Copy it to\Windows\System

Locate the VBCTRLS.REG in System

Double click to add it to the registery (i.e.Project - Components)

I will likely use the ADO data control and DataGrid in the future.  I used
the Data Bound Grid Control as a learning exercise which connected to an
Access mdb.


Quote:
> VB6 does not automatically install the DBGrid because it has been
> replaced by the DataGrid, which is an upgraded version of the DBGrid.
> The DBGrid is for binding to DAO recordsets and the DataGrid is for
> binding to ADO recordsets. If you're using MDAC 2.7 I'd recommend you
> use the DataGrid.

> If you really want to use the DBGrid, it's on the VB6 CD (as you
> discovered) along with a few other older controls. There's a readme
> file in the folder which explains how to install it properly.



Sat, 09 Oct 2004 06:15:38 GMT  
 DBGRID32.OCX - Data Bound Grid Control 5.0

when I should have written:  DBGRID32.OCX

Quote:

> Here's what you need to do to get the GRID32.OCX control in your Toolbox
> (Pro and Enterprise):

> Find GRID32.OCX on the installation CD

> Copy it to \Windows\System  (I used System32)

> Find VBCTRLS.REG on the installation CD

> Copy it to\Windows\System

> Locate the VBCTRLS.REG in System

> Double click to add it to the registery (i.e.Project - Components)



Sat, 09 Oct 2004 07:03:07 GMT  
 DBGRID32.OCX - Data Bound Grid Control 5.0
Hi James. Maybe I'm the one who's confused, but it should be there, under
Components, with the name 'Microsoft Databound Grid Control'. In my version,
you don't even need to select any particular reference.


Quote:
> I have been trying to add a Data bound Grid Control to my project, but I
> couldn't find it on the list of Components nor in the VB\Controls folder.
I
> have MS ActiveX Data Objects 2.7 Library selected as a reference.  I tried
> choosing all different kinds of references, but I still can't find the
> control.  I did find a GRID32.OCX file when I browsed through to the VB6
cd.
> I was able to select that component so that it showed  up on the tool
> palette, but when I went to place it on my form, I got an error message
> which stated that I didn't have a license for the component.  When I went
to
> help on that message box, it stated that I might not have installed the
> ActiveX license with the control and suggested that I reinstall VB6.  I
> reinstalled VB6 and selected all components, but the problem remains.  Any
> suggestions?



Thu, 14 Oct 2004 07:53:34 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. DBGRID32.OCX - Data Bound Grid Control 5.0

2. Microsoft Data Bound Grid Control ( DBGRID32.OCX)

3. Microsoft Data Bound Grid Control 5.0 (SP3)

4. Microsoft Data Bound Grid Control 5.0 (SP3)

5. beginner/need MS Data Bound Grid Control 5.0

6. Microsoft Data Bound Grid Control 5.0

7. Need help on Apex Data Grid (DBGRID32.OCX)

8. Need help on Apex Data Grid (DBGRID32.OCX)

9. binding a data bound grid control programmatically

10. VB 5.0 Data Bound Controls and VFP 5.0 Databases

11. Data Control dbgrid32.ocx License -- need help

12. Data bound grid 5.0 (SP3)

 

 
Powered by phpBB® Forum Software