Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Was printing of report finished succesfully?
Message
De
28/10/1998 11:41:59
 
 
À
28/10/1998 10:19:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00151559
Message ID:
00151664
Vues:
17
>I use "REPORT FORM" command in the program code.
>In the case of successfull ending of report printing I need to execute some operations in the same procedure module.
>How can I make sure the printing has been finished successfully?

Before the REPORT do
bFINISHED=.F.
and in the SUMMARY band of the report call a function which does
bFINISHED=.T.
You can then check

IF bFINISHED
* ... finished OK
ELSE
* ... didn´t get to the end
ENDIF

Good luck!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform