Is it possible to bind a msflexgrid/mshflexgrid to a custom datasource in vb6?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.