Article ID: 141805
Article Last Modified on 9/30/2003
APPLIES TO
- Microsoft Visual FoxPro 3.0b Standard Edition
This article was previously published under Q141805
SYMPTOMS
When attempting to run your form, you get the following error message:
Error loading file - ControlSource - record number 4. Unknown
member <member_name>.
CAUSE
You have an object on the form that has a ControlSource property that
references an object that used to be on the form but was subsequently been
deleted and replaced with a object of the same name as the deleted object.
WORKAROUND
- Select the object that has the incorrect reference, and delete it from
the form.
- Save the form.
- Paste the object back onto the form.
These steps will change the object hierarchy reference, and your form
should run as expected.
STATUS
Microsoft has confirmed this to be a problem in the Microsoft products
listed at the beginning of this article. This problem has been fixed in
Visual FoxPro 5.0 for Windows.
Additional query words: uknown member load
Keywords: kbbug kbfix kbvfp500fix KB141805