Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cancelling Print Job
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00397395
Message ID:
00397757
Vues:
12
>Does anyone know of a way to tell if a user elects to cancel, instead of print, from the REPORT FORM TO PRINT PROMPT printer settings dialog?
>
>thanks for your help...

You'd have to declare a private variable in the method that calls the report. Make this variable a logical and set it to .F. In the header of your report, call a UDF that sets the variable to .T. If the variable is .T. after your REPORT FORM command, then at least part of the report was printed. If you want to know if they printed the entire report, then put the UDF call in the summary band instead.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform