flexgrid custom data binding

2.7k views Asked by At

Is it possible to bind a msflexgrid/mshflexgrid to a custom datasource in vb6?

1

There are 1 answers

1
Bob77 On BEST ANSWER

Yes of course you can. This was one of the new features in VB6.

See Using the DataGrid Control with a Class Module which is for a DataGrid but the same thing works with the FlexGrids.

You can create data-aware Classes and UserControls, or you can create an OLEDB Simple provider.