Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Did user print after preview?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Did user print after preview?
Divers
Thread ID:
00154987
Message ID:
00154987
Vues:
46
Christof Lange carried a article in Foxpro Advisor on determining whether a user printed a report by placing a function in the summary band.

private plPrinted
private plPrinted = .f.

function wasPrinted()
if wexist("Printing...")
plPrinted = .t.
endif

In the report summary band you put in the on exit: wasPrinted()
Works great.
______________________

Is there a to determine whether or not a person printed from a preview of labels? I have a spinner for the # of copies. If the user didn't print the preview - I don't want to print the other copies.

Thanks in advance.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform