PRB: MSDataList/MSDataCombo Controls Do Not Work in VFPLast reviewed: April 24, 1997Article ID: Q162143 |
The information in this article applies to:
SYMPTOMSThe MSDataList and MSDataCombo are ActiveX controls that ship with Visual FoxPro 5.0. These controls are very similar to the Visual FoxPro Combo Box and List Box. The Help for the MSDataList and MSDataCombo states the following about the RowSource Property:
RowSource: Name of Data control used as a source of items for the list portion of the control.When you look in the Property Window for the RowSource Property it is not there. You cannot use the control because this property is missing.
CAUSEThe MSDataCombo and MSDataList are complex data-bound controls that are unsupported in Visual FoxPro. The RowSource looks for a Visual Basic DataControl Object. Because Visual FoxPro is a database development system, it does not need a DataControl to access data and there is no equivalent object in Visual FoxPro.
STATUSThis behavior is by design.
MORE INFORMATIONSteps to Reproduce Problem
|
Additional query words: ActiveX
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |