The information in this article applies to:
SYMPTOMSWhen a combo box that has a narrow column width and ItemTips property is set to true (.T.), the ItemTips window prevents the selection of a choice from the list of values in the combo box. RESOLUTION
To work around this problem, do not use the ItemTips by retaining its
default setting of False (.F.) or by using the Alt+DownArrow key on the
keyboard to select a choice from the combo box list.
STATUSMicrosoft 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 version 6.0 MORE INFORMATIONItemTips is a new property in Visual FoxPro version 5.0 that applies to combo box and list box objects. An item tip is a small window that displays an entire combo box or list box item when the mouse pointer is positioned over the item. Whenever items in a combo box or list box control are longer than the width of the control, setting the ItemTips property to true (.T.) displays the entire text of the item, similar to ToolTips in a toolbar. Steps to Reproduce Behavior
(c) Microsoft Corporation 1997, All Rights Reserved. Contributions by Perry Newton, Microsoft Corporation. Additional query words:
Keywords : kbVFp kbVFp500bug kbVFp600fix FxtoolFormdes FxtoolSbuilder |
Last Reviewed: August 11, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |