Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Preview
Message
De
08/12/1997 22:43:53
 
 
À
08/12/1997 22:39:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Divers
Thread ID:
00064586
Message ID:
00064587
Vues:
44
First, set the RESOURCE file to a new one. Than, open the print preview and customize the toolbar. Close FoxPro. Open again. Open the resource file as a dbf and delete all records that have nothing to do with the toolbar. Now, you have a resource file that customizes the toolbar.

In your print preview method/procedure:

lcOldResourceFile = SET("RESOURCE",1)
SET RESOURCE TO MyFile
REPORT FORM ...
SET RESOURCE TO (lcOldResourceFile)

Include the MyFile into your project. Bingo!

Vlad

>Dear all,
>
>Usually when you preview a report using the command
>
>REPORT FORM 'filename' PREVIEW
>
>the previewed report will also show a print preview toolbar.
>The print preview toolbar consists of the next, previous, zoom,
>close and also print button. Is there a way to disable the
>print button?
>
>Please help. Thank you very much
>
>
>
>Dora
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform