anikon
Nov 27th, 2003, 06:06 AM
Hello everyone,
I have to design an ActiveX control similar with Datagrid but with one difference: i want that the columns from a table to be displayed as a row in my control (and not as columns).
I did this with a ListView in a StandardExe application and now I want to transform it in an ActiveX Control.
The problem is how to write the property DataSource for my control in order to work like Datagrid.DataSource= recordSet.
Conclusion:
I want to be able to set the property MyDataGridTransposed.DataSource = RecordSet
Thanks a lot
I have to design an ActiveX control similar with Datagrid but with one difference: i want that the columns from a table to be displayed as a row in my control (and not as columns).
I did this with a ListView in a StandardExe application and now I want to transform it in an ActiveX Control.
The problem is how to write the property DataSource for my control in order to work like Datagrid.DataSource= recordSet.
Conclusion:
I want to be able to set the property MyDataGridTransposed.DataSource = RecordSet
Thanks a lot