Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to HIDE the Report Preview Toolbar
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00336488
Message ID:
00336947
Vues:
22
>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform