FIX: DataMemberChanged Fails for UserControls (223099)
The information in this article applies to:
- Microsoft Visual Basic Learning Edition for Windows 6.0
- Microsoft Visual Basic Professional Edition for Windows 6.0
- Microsoft Visual Basic Enterprise Edition for Windows 6.0
This article was previously published under Q223099 SYMPTOMS
The DataMemberChanged method is used to notify data consumers that a data member of a data source has changed, allowing the data consumers to refresh the data. This method works correctly if called from a Class module. If this method is called from a UserControl, no notification is sent and the data consumers are unable to retrieve the new set of data.
CAUSE
The parameter passed into the DataMemberChanged method is incorrectly interpreted and the data consumers are not notified.
Modification Type: | Major | Last Reviewed: | 5/13/2003 |
---|
Keywords: | kbActivexEvents kbBug kbCtrl kbfix kbVS600sp3fix KB223099 |
---|
|