Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Restore preview toolbar?
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01635482
Message ID:
01635483
Views:
58
>Hi,
>
>I have a routine/procedure for previewing reports. Here is the code:
>
>
>
>DEFINE WINDOW RepWindow ;
>   FROM 1, 1 TO 20, 20 ;
>   TITLE "Report Title"     
>
>ZOOM Window RepWindow  Max
>
>WAIT CLEAR 
>
>REPORT FORM (cReportFrxName) TO PRINTER PROMPT  PREVIEW WINDOW RepWindow
>
>RELEASE WINDOW RepWindow	
>
>
>This preview shows a preview toolbar (that has Next Page, Prev Page, and Close Preview buttons). But if user clicks on the x in the upper-right corner of this toolbar, the toolbar is closed and there is no way to close the report preview.
>
>My question is, can a user at run-time (if he closes the preview toolbar) to reopen it? And how can the preview window be closed without the toolbar?
>
>TIA

For the second question - did you try pressing ESC?
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform