Buckster_uk
03-06-2002, 10:08 AM
Hello.
Can you get datagrids in VB 5.0?
I have tried to find it but can't when I search for it on the toolbar.
Thinker
03-06-2002, 10:11 AM
Yes. Which version of VB5 do you have?
Phoebe
03-06-2002, 10:13 AM
You have to refer to it first before datagrids would be available on your toolbox.
Go to project, components, select 'Microsoft Data Grid Control 5.0/ 6.0' or 'Microsoft Hierarchical Flex Grid Control'
I am using VB6, so we might have different items listed but that's the place to start.
Buckster_uk
03-06-2002, 10:14 AM
Professional Edition Version 5.0.
Buckster_uk
03-06-2002, 10:18 AM
Mine does not have either of these components.
What I need to do is input a table onto a form (hopefully through a datagrid), and then limit the records down via queries etc.
Is there an easier way to do this or an other way?