Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Detect if PREVIEW was printed
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
00984439
Message ID:
00984466
Vues:
51
That does it beautifully!

You da gal!!!!!

cheers

>>Is there a way to tell if the operator chose to print or simply exit the preview?
>
>You can do this:
>
>
>llPrinted = .f.
>REPORT FORM blah ....
>
>IF llPrinted
>  more stuff
>ENDIF
>
>
>Add a summary band to the report and in the OnExit expression, put the following:
>
>
>_VFP.SetVar('llPrinted', WEXIST("Printing..."))
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform