Microsoft KB Archive/105113

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 17:43, 20 July 2020 by X010 (talk | contribs) (Text replacement - ">" to ">")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

PRB: REPORT FORM Always Invokes Printer Setup Dialog Box

ID: Q105113

The information in this article applies to:

  • Microsoft FoxPro for Windows, versions 2.5 and 2.5a

SYMPTOMS

When issued from the Command window in FoxPro for Windows, the REPORT FORM <file> TO PRINTER command always invokes the Print Setup dialog box. This behavior occurs even though the PROMPT clause is not included in the REPORT FORM command.

RESOLUTION

This is the correct behavior for the REPORT FORM command. When the REPORT FORM command is issued interactively from the Command window, the Print Setup dialog box is automatically invoked. There is no command in the FoxPro language to keep this dialog box from appearing.

The REPORT FORM command acts differently when placed in a FoxPro for Windows program. The command REPORT FORM <file> TO PRINTER will not display the Printer Setup dialog box. To call the Printer Setup dialog box from within a FoxPro for Windows program, you must use the PROMPT clause.

When issued in FoxPro for MS-DOS, the PROMPT clause has no effect on the REPORT FORM command.

Additional reference words: FoxWin 2.50 2.50a KBCategory: kbprg kbprb KBSubcategory: FxprgGeneral


Last Reviewed: June 27, 1995
© 1999 Microsoft Corporation. All rights reserved. Terms of Use.