BUG: "File Does Not Exist" Occurs After FoxPro Is Maximized (130798)



The information in this article applies to:

  • Microsoft Visual FoxPro for Windows 3.0
  • Microsoft Visual FoxPro for Windows 3.0b
  • Microsoft Visual FoxPro for Windows 5.0
  • Microsoft Visual FoxPro for Windows 5.0a
  • Microsoft Visual FoxPro for Windows 6.0
  • Microsoft FoxPro for Windows 2.6a
  • Microsoft Visual FoxPro for Macintosh 3.0b

This article was previously published under Q130798

SYMPTOMS

When running an application, if FoxPro or Visual FoxPro is minimized and then maximized, a "File <filename> Does Not Exist" error occurs when you run a program from the menu.

RESOLUTION

If a READ is in effect at the time FoxPro is minimized, the error does not occur. The READ may be in effect either through a Foundation READ implemented in the menu or after the menu has been displayed, as in the READ CYCLE described in Step 6 below.

STATUS

Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

MORE INFORMATION

Steps to Reproduce Problem

  1. Create an application that has these components:

    1. With a menu as the MAIN component, create a single menu option ("Do Program") as a COMMAND "DO xtest.prg."
    2. In the XTEST.PRG, add this code:
            WAIT WINDOW "okay"
      								
  2. Build the application.
  3. Delete or rename the following source files: XTEST.PRG and XTEST.FXP.
  4. Run the application, and click "Do Program." The wait window should be displayed.
  5. Minimize FoxPro, and then maximize it. Click "Do Program." The wait window is not displayed in Visual FoxPro, and an error occurs. In Visual FoxPro for Macintosh, switch to Finder and then back to FoxPro.
  6. Clear the error. In the Command window, issue these commands:
       DO xtest.app
       @1,1 GET mvar DEFAULT SPACE(5)
       READ CYCLE
    						
  7. Minimize FoxPro, and then maximize it. Click "Do Program." The wait window is displayed correctly. In Visual FoxPro for Macintosh, switch to Finder and then back to FoxPro.

Modification Type:MajorLast Reviewed:5/7/2003
Keywords:kbBug KB130798