PRB: Leading Equals Sign (=) Not Displayed If RowSource Value (130577)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
This article was previously published under Q130577 SYMPTOMS
If you enter operators (<>, <, >, and =) into a combo box RowSource
property as values and the first element in the list is the equals sign
(=), Visual FoxPro does not accept or allow the leading equals sign in the
list of values.
CAUSE
Using an equals sign as the first character of an entry in a combo box
RowSource property indicates to Visual FoxPro that the value that follows
is going to be a numeric value returned by a function.
RESOLUTION
Use one of the following solutions:
- Change the order of the listed operators to begin with something other
than the equals sign.
-or-
- Use the Expression Builder to enter your comma-separated list of
operators. To access the Expression Builder, bring up the combo box
properties sheet, and click the fx button. In the Expression Builder,
enter the list of operators:
Visual FoxPro will then place that string in the RowSource property
field. However, do not attempt to verify this expression in the
Expression Builder. Attempting to do so will result in a syntax error
message.
STATUS
This behavior is by design.
Modification Type: | Major | Last Reviewed: | 2/11/2000 |
---|
Keywords: | KB130577 |
---|
|