Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Microsoft Datagrid control Ver 6.0 (Oledb)
Message
From
21/05/2003 09:13:00
Alhad Marathe
Asm Consulting
Mumbai, India
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00790364
Message ID:
00791018
Views:
19
Thanks. It worked once I removed the column settings.

Alhad

>You don't really need to set the columns to the fields
>
>    ThisForm.oDatagrid.DataSource=oRecordset
>
>
>This should suffice and retrieve the records at runtime. Also check if the source property of the recordset has matching records.
>
>Enmanuel
>
>>I am using ADO to connect to an sql server 7 database.
>>
>>The connection seems to be fine, in that I can view the data in textboxes on a form and navigate through them. My problem is how do I get the data into the MS Datagrid control. It does not seem to have a data source property in the properties window. But I can put this code in the init event of the grid:
>>
>>this.datasource = oRec
>>
>>I also set the columns in the grid to oRec.fields(0), oRec.fields(1) and so on. However the grid shows no data. It does show blank records
>>
>>What am I missing ? And, is there a better way?
>>
>>Thanks in advance
>>
>>
>>Alhad
Only direct experience is Knowledge;
Everything else is just Information.
Previous
Reply
Map
View

Click here to load this message in the networking platform