FIX: Form Wizard EditBox ForeColor Property Not Recognized (158758)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows, Professional Edition 3.0
- Microsoft Visual FoxPro for Windows, Professional Edition 3.0b
- Microsoft Visual FoxPro for Windows 5.0
- Microsoft Visual FoxPro for Windows 5.0a
- Microsoft Visual FoxPro for Macintosh 3.0b
This article was previously published under Q158758 SYMPTOMS
If you modify the ForeColor property of an EditBox control (memo field) in
a Wizard-created form, the ForeColor change does not appear when you run
the form.
CAUSE
The HasMemo property of the Wizard BUTTONSET1 control is incorrectly set to
.T. (true).
WORKAROUND- Edit the Wizard-created form.
- Select the BUTTONSET1 object HasMemo property.
- Notice that the value is .T., secondary-mouse click on the HasMemo
property, and select "Reset to Default." Ensure that the value is set
to .F.
- Save and run form.
- Click Edit. Notice that the EditBox ForeColor is red.
STATUS
Microsoft has confirmed this to be a problem in the Microsoft products
listed at the beginning of this article. This has been corrected in Visual
FoxPro 6.0.
REFERENCES
Visual Class Library (Wizstyle.vcx), Visual FoxPro, 5.0, \Vfp\Wizards
folder
Modification Type: | Major | Last Reviewed: | 10/16/2002 |
---|
Keywords: | kbBug kbdisplay kbProgramming kbui KB158758 |
---|
|