BUG: MSHFlexGrid Control Empty with DataEnvironment Parameter Query (248139)
The information in this article applies to:
- Microsoft Visual Basic Professional Edition for Windows 6.0
- Microsoft Visual Basic Enterprise Edition for Windows 6.0
This article was previously published under Q248139 SYMPTOMS
When using the Microsoft Hierarchial FlexGrid Control to display data from a DataEnvironment Parameterized Query, data does not display if the FlexGrid's DataMember property is set both at design-time and at run-time.
RESOLUTION
Any of the following methods are valid ways to set the Hierarchial FlexGrid's DataMember and DataSource properties:
DataEnvironment1.Command1 <param>
Set MSHFlexGrid1.DataSource = DataEnvironment1.rsCommand1
where <param> is the parameter supplied to the query.
STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article.
Modification Type: | Major | Last Reviewed: | 1/11/2001 |
---|
Keywords: | kbbug kbDataEnv kbDesigner kbDSupport KB248139 |
---|
|