Home All Groups Group Topic Archive Search About

Access table grid component.

Author
21 Mar 2006 7:04 AM
Johan
Hi!

I wonder if anyone knows if the Access database table grid exists as a
component so I can use it in a VB6 application? If so where can I get it?

Best regards

Author
21 Mar 2006 8:57 AM
Alastair MacFarlane
Jahan,

My first thoughts are for you to use the Datagrid control to present the
data or maybe you want to see the database objects then you will need to
present the objects using ADO/DAO, etc. in a listbox or treeview control.

I think you will need to expand on what you are trying to acheive.

Alastair MacFarlane

Show quoteHide quote
"Johan" wrote:

> Hi!
>
> I wonder if anyone knows if the Access database table grid exists as a
> component so I can use it in a VB6 application? If so where can I get it?
>
> Best regards
>
Are all your drivers up to date? click for free checkup

Author
21 Mar 2006 9:16 AM
Ralph
"Johan" <Jo***@discussions.microsoft.com> wrote in message
news:2F9BA902-A4B8-4D53-8BC7-2930D2AC993A@microsoft.com...
> Hi!
>
> I wonder if anyone knows if the Access database table grid exists as a
> component so I can use it in a VB6 application? If so where can I get it?
>
> Best regards
>

You can not use MSAccess controls (designers) in VB6.

There are products out there that will 'convert' MSAccess objects (forms,
controls, queries, etc) to VB Classic objects or provide addins that will
allow access to MSAccess designers in VB6.

These tools run from moderate pricing to outrageously expensive and in my
limited experience none are 100% effective. (Goggle for "microsoft access
convert VB6").

hth
-ralph
Author
21 Mar 2006 5:23 PM
Stefan Berglund
On Tue, 21 Mar 2006 03:16:11 -0600, "Ralph" <nt_consultin***@yahoo.com>
wrote:
in <b4SdnSF3XvphX4LZRVn***@arkansas.net>

Show quoteHide quote
>
>"Johan" <Jo***@discussions.microsoft.com> wrote in message
>news:2F9BA902-A4B8-4D53-8BC7-2930D2AC993A@microsoft.com...
>> Hi!
>>
>> I wonder if anyone knows if the Access database table grid exists as a
>> component so I can use it in a VB6 application? If so where can I get it?
>>
>> Best regards
>>
>
>You can not use MSAccess controls (designers) in VB6.
>
>There are products out there that will 'convert' MSAccess objects (forms,
>controls, queries, etc) to VB Classic objects or provide addins that will
>allow access to MSAccess designers in VB6.
>
>These tools run from moderate pricing to outrageously expensive and in my
>limited experience none are 100% effective. (Goggle for "microsoft access
>convert VB6").
>
>hth
>-ralph
>

Ralph, please remove your goggles when googling.  Microsoft has passed a
resolution stating that it's harmful to their health.

---
This posting is provided "AS IS" with no warranties, no guarantees, and no conferred rights.

Stefan Berglund
Author
21 Mar 2006 2:10 PM
Paul Clement
On Mon, 20 Mar 2006 23:04:27 -0800, Johan <Jo***@discussions.microsoft.com> wrote:

¤ Hi!
¤
¤ I wonder if anyone knows if the Access database table grid exists as a
¤ component so I can use it in a VB6 application? If so where can I get it?
¤

No this object is not exposed for use by other applications. You can use the DataGrid, or FlexGrid,
control that is included with Visual Basic. There are numerous third-party controls, as previously
mentioned, that are also available.


Paul
~~~~
Microsoft MVP (Visual Basic)

Bookmark and Share