The report preview in a top-level form disables the system menu and the command window in Visual FoxPro (178384)



The information in this article applies to:

  • Microsoft Visual FoxPro for Windows 5.0
  • Microsoft Visual FoxPro for Windows 5.0a
  • Microsoft Visual FoxPro for Windows 6.0
  • Microsoft Visual FoxPro for Windows 7.0
  • Microsoft Visual FoxPro 8.0
  • Microsoft Visual FoxPro 9.0 Professional Edition

This article was previously published under Q178384

SYMPTOMS

A Top-Level form containing a report preview disables the Visual FoxPro system menu and the Command window.

CAUSE

Even though a Top-Level form should be independent of the desktop, the report preview is in its own loop and prevents other windows from functioning.

RESOLUTION

To work around the behavior, add the NOWAIT clause to the REPORT FORM command.

STATUS

This behavior is by design.

MORE INFORMATION

Steps to reproduce the behavior

  1. Create a quick report named Ztest using the Employee table located in the Samples\Data folder.
  2. Create a form named Ztest that has the ShowWindow property set to 2-As Top-Level Form.
  3. Add a command button to the form that contains the following code in the Click event:
          REPORT FORM Ztest PREVIEW WINDOW Form1
    							
  4. Run the Ztest form. The Visual FoxPro Command window and System menu are now available.
  5. Cycle to the Top-Level form and press the command button. The Report Preview window appears in Form1. All the menu bars of the System menu are now disabled and the Command window is inaccessible.

Modification Type:MinorLast Reviewed:1/31/2005
Keywords:kbprb KB178384