Microsoft Hierarchial FlexGrid Control
Set DataSource of a MSHFlexGrid(MSHFlexGrid1 ) control to a ADODB Recordset (mRst).
At a time RecordCount of the mRst is 0,from then on ,will can't select the item of MSHFlexGrid1 with mouse.
Some components, such as DataReport only can be use in the IDE for the user who install VB,in Windows2000+
For Example:
NT User A install VB 6 IDE,he can use full components that installed in the system,
but if other NT user ,such as user B login the system,he will can't find “Add Data Report“ submenu,because the DataReport component didn't register to B user.
Solution:
Import the VB6 Addins and Designers register file to all user or to local machine.
Posted
Oct 27 2003, 01:34 PM
by
ch21st