Article ID: 156237 - Last Review: February 12, 2007 - Revision: 3.4 Report Designer and Report Preview need the Visual FoxPro desktop to displayThis article was previously published under Q156237 On This PageSYMPTOMS
If REPORT FORM <formname> PREVIEW or MODIFY REPORT <formname> is called
from an SDI or top-level form (form with the ShowWindow property set to 2),
the Report Preview or Report Designer does not appear if the Visual FoxPro
desktop is hidden.
WORKAROUND
Make the Visual FoxPro desktop visible (_SCREEN.Visible = .T.) and display
the Report Designer or preview and hide the Visual FoxPro desktop
(_SCREEN.Visible = .F.) after the Report Designer or Preview has been
closed.
STATUS
This behavior is by design.
MORE INFORMATION
The Page Preview and Report Designer windows are being created as a child
window of the Visual FoxPro desktop. Since the desktop is not visible, the
Page Preview and Report Designer windows cannot be visible. Each of these
windows has toolbars that require the Visual FoxPro desktop in order for
them to be displayed.
Steps to Reproduce Behavior
How to Get It Working
| Article Translations
|

Back to the top
