Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to HIDE the Report Preview Toolbar
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00336488
Message ID:
00336947
Views:
21
>>Yes just the opposite of normal but I need a way to Preview reports without allowing the user to print in any way shape or form. This is for a "DEMO" version.
>>
>>So the report can be previewed but no printing - I need to hide the preview toolbar.
>
>Take a look at "Removing the print option" Thread #257217 Message #257375 on 1999/08/24 . You can use the calendar feature to retrieve this.

This is messy but it works too.
REPORT FORM (lcreport) NOCONSOLE PREVIEW NOWAIT
lnwhandle = _WFindTitl("Print Preview")
= _WClose(lnwhandle)
Naturally, it requires that foxtools be loaded (isn't it always?< g >)
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform