The information in this article applies to:
SYMPTOMSIn Visual FoxPro 3.0 the selected item in a list box can be initialized by placing the following code in the Form Init or the List box Init:
This does not work in Visual FoxPro version 5.0.
RESOLUTIONPlace the following code in the Activate method of the form. The variable acts like a switch so that the code is executed only when the form is first instantiated. The variable switch should be added to the form as a property. Switch is initialized to false.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. MORE INFORMATIONSteps to Reproduce Behavior
Additional query words: kbvfp500 kbvfp500a kbvfp600
Keywords : kbprg kbVFp kbVFp500abug kbVFp500bug FxtoolFormdes |
Last Reviewed: February 3, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |