|
-
Jun 19th, 2017, 02:35 PM
#1
Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)
2 questions:
Are you going to implement data binding?
How would you implement a virtual/on demand data source?
-
Jun 20th, 2017, 04:25 PM
#2
Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)
 Originally Posted by DEXWERX
2 questions:
Are you going to implement data binding?
How would you implement a virtual/on demand data source?
It is planned to be implemented.
1. Making the UserControl.DataBindingBehavior set to 'vbComplexBound' and provide a 'DataSource' and 'DataMember' property. (like in MSHFlexGrid, only ADO)
However, that needs to include the 'msdatsrc.tlb' type library and expose its DataSource interface. (=Dependency; as exposed publicly)
So I need to check if there would be no issue to make such a "dependency" with the 'msdatasrc.tlb' type library. It is part of MDAC, which should be pre-installed since Windows 2000. Or am I wrong?
2. Providing a run-time .Recordset property (Also like in MSHFlexGrid, could be 'As Object' thus supporting both DAO and ADO Recordsets)
Last edited by Krool; Jun 20th, 2017 at 04:29 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|