The information in this article applies to:
SYMPTOMSAs you run a form that was created by using the Form Wizard, the Open dialog box appears when you click a navigation button such as the Next button. If the table used in the form is selected, the following error appears: This occurs if SET COMPATIBLE is set to DB4. WORKAROUND
Use any of the following three workarounds:
Workaround OneThis workaround sets the default Compatibility of Visual FoxPro to OFF.
Workaround TwoThis workaround sets the Compatibility OFF until Visual FoxPro is restarted. In a program or in the Command window, issue the following line of code:
Workaround ThreeThis is a permanent solution. Wizard-created forms will function correctly regardless of the setting of SET COMPATIBILITY.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This has been corrected in Visual FoxPro 6.0. MORE INFORMATION
SET COMPATIBLE DB4 changes the behavior of the Initvars procedure. With the
SET COMPATIBLE OFF setting, SELECT() returns the currently selected work
area. However, with the SET COMPATIBLE DB4 setting, SELECT() returns the
next available work area.
Steps to Reproduce Behavior
Additional query words: move record kbtool kbprb
Keywords : kbVFp FxtoolFormdes |
Last Reviewed: February 7, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |