Quote Originally Posted by newbie2 View Post
I'm sorry
I should have set the VBFlexGrid in the control property to: Col = 1 Row = 1 FixedRows and Cols = 0
But something very strange is happening with virtual binding
I'm getting type mismatch error in
Code:
Set VBFlexGrid1.FlexDataSource = DataSource.BindTo(Rs)
When I drop version 1.4 and place Version 1.3, everything is OK
You need to change in your DataSource class the reference from IVBFlexDataSource from 1.3 to 1.4.