Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Restore preview toolbar?
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Restore preview toolbar?
Miscellaneous
Thread ID:
01635482
Message ID:
01635482
Views:
88
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
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Next
Reply
Map
View

Click here to load this message in the networking platform