PRB: List Box for Logical Field Has Highlight at BottomLast reviewed: April 30, 1996Article ID: Q109156 |
The information in this article applies to:
SYMPTOMSIn the list box for a logical field, the highlight either appears at the bottom of the list or doesn't appear at all.
CAUSEList boxes created from logical fields must have the variable initialized in the Screen Setup code, and it must be initialized to a character (usually an "F" or "T") other than " ". If the variable is set to " " or not set at all, the selection highlight either will appear at the bottom of the list or will not appear at all.
RESOLUTIONInitialize a variable for the logical field in the Screen Setup code and make sure you initialize the variable to a character. For example, if you initialize the list box variable as "T" in the Screen Setup code, the list box highlight will appear at the top of the list.
MORE INFORMATION
Steps to Reproduce Behavior
|
Additional reference words: FoxDos FoxWin 2.00 2.50 2.50a 2.50b listbox
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |