PRB:Open Dialog Box Appears After Clicking Next in Wizard FormLast reviewed: February 20, 1997Article ID: Q139187 |
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, a "File is in use" error appears. This occurs if SET COMPATIBLE is set to DB4.
WORKAROUNDChoose 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 PoxPro is restarted. In a program or in the Command window, issue the following line of code:
SET COMPATIBLE OFF Workaround ThreeThis is a permanent solution. Wizard-created forms will function correctly regardless of the setting of SET COMPATIBILITY.
STATUSMicrosoft is researching this behavior and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONSET 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 reference words: 3.00 5.00 move record
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |