Article ID: 188887 - Last Review: February 12, 2007 - Revision: 2.4 How to display the Print Preview window in a top-level form in Visual FoxProThis article was previously published under Q188887 On This PageSUMMARY
Visual FoxPro version 6.0 has added the IN WINDOW clause to make it easier
to display the Print Preview window in a top-level form.
MORE INFORMATION
In Visual FoxPro version 5.0, it is not possible to enable the Print
Preview to display in a top-level form. The Print Preview window is always
displayed in the Visual FoxPro desktop, which is not usually displayed with
a top-level form. Visual FoxPro 6.0 has changed this; you can now direct
the Print Preview window into an existing top-level form by including the
IN WINDOW clause in the report form command. The following code
demonstrates how the IN WINDOW clause can work with a top-level form:
Sample CodeREFERENCES
(c) Microsoft Corporation 1998, All Rights Reserved. Contributions by David
Botzenhart, Microsoft Corporation
| Article Translations
|

Back to the top
