When you try to use MSFlexGrid.datasource the error 'Object variable not defined; pops up.
Try using the combination of Heirarchial FlexGrid and ADO Data Control
Adodc1.RecordSource = "Select * From Table"
and
Set MSHFlexGrid1.DataSource = Adodc1
Now the FlexGrid will be populated with the data from the ADO Data Control. This is more useful as this can be modified at run-time.
Cheers
Shasur
Category: MSFlexGrid.datasource error
Thursday, December 14, 2006
Download Windows Live Toolbar and personalize your Web experience! Add custom buttons to get the information you care about most.
No comments:
Post a Comment