Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Closing preview from x
Message
 
 
To
31/07/1998 09:54:06
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00123034
Message ID:
00123428
Views:
18
>After I maximize my report preview, then close is usin the x, I cannot get back into the report from my menu.
>
>Is there anything that can be done

You can solve it by creating custom window and use it as your preview window (either a Form or Define Window). If decided to use a form, make it sure that the external name (scx/sct) is identical with form name property.
IF !WEXIST('mypreviewwindow')
    DO FORM mypreviewwindow  NOSHOW
ENDIF
REPORT FORM yourreportname PREVIEW WINDOW mypreviewwindow
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Previous
Reply
Map
View

Click here to load this message in the networking platform