The information in this article applies to:
SYMPTOMSAn @...GET text box control does not remain visible. CAUSEThis is known to happen in Visual FoxPro 5.x when the @...GET is cleared with the CLEAR GETS command before it has been activated with a READ command. RESOLUTION
One possible resolution is to issue a READ TIMEOUT .001 after the @...GET
prior to the CLEAR GETS command. Please see the sample program in the Steps
to Reproduce Behavior section below for an example.
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. This has been corrected in Visual FoxPro 6.0. MORE INFORMATION
Prior to Visual FoxPro, @...GET controls activated by a READ were the
primary method that a programmer used in a user interface for users to
enter information into a table (in addition to a BROWSE window) or a memory
variable. The @...GET controls included text boxes, edit boxes, combo
boxes, list boxes, and other controls. The @...GET controls need to be
activated by a READ command before they can be used to enter data.
Steps to Reproduce BehaviorThe program code below can be used to reproduce the problem.
Additional query words: kbvfp600fix
Keywords : FxprgGeneral FxprgRead |
Last Reviewed: December 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |