FIX: GET Field Default Sizes on the Desktop Are Too SmallLast reviewed: October 29, 1997Article ID: Q135614 |
3.00
WINDOWS
kbprg kbfixlist kbbuglist kbcode
The information in this article applies to:
SYMPTOMSWhen issuing an @...GET with a default value to the Visual FoxPro Desktop, the displayed GET field is too small for the displayed value.
WORKAROUND
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This problem was corrected in Visual FoxPro 3.0b for Windows.
MORE INFORMATION
Steps to Reproduce and Work Around ProblemExample One: From the Command window, issue this command:
@2,2 GET MyField1 DEFAULT "Too Small"The GET field will not display the entire default value. Example Two: Re-issue the @...GET command as follows:
@2,2 GET MyField2 DEFAULT "Too Small" SIZE 1,15The entire default GET field will be displayed. Example Three: Define and activate a window and then issue the @...GET.
DEFINE WINDOW MyWindow AT 2,2 SIZE 30,30 ACTIVATE WINDOW MyWindow @2,2 GET MyField3 DEFAULT "Is this Too Small"The entire default GET field will be displayed.
|
Additional reference words: 3.00 VFoxWin fixlist3.00b buglist3.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |