PRB: Form with Subclassed Combo Looks for RowSource from Class (141633)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
- Microsoft Visual FoxPro for Windows 3.0b
This article was previously published under Q141633 SYMPTOMS
When attempting to run a form, an error occurs if the form cannot locate
the table or fields specified in the rowsource of the parent class. This is
the result of a class based on a combo box being used as a template to
design a new combo box. Within the class, the RowSource property of the
combobox is set to:
Select xxx.field1,xxx.field2 from xxx into cursor query
In the Form Designer a combo box from this class is used and the RowSource
is changed to a different value.
WORKAROUND
Do not specify a value of the RowSource in the parent class of the combo
box.
STATUS
Microsoft is researching this behavior and will post new information here
in the Microsoft Knowledge Base as it becomes available.
Modification Type: | Major | Last Reviewed: | 9/30/2003 |
---|
Keywords: | KB141633 |
---|
|