Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing multiple copies of a report
Message
De
24/09/2005 13:24:51
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Printing multiple copies of a report
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01052732
Message ID:
01052732
Vues:
43
Hi,

I have an app that prompts it's users with a dialog window where they can enter parameters and selections to print a report. Among these options there is a copies parameter.

How can I print multiple copies of that report (if users ask it so)?

That's what I'm doing:
 some setup code...

 oParametersForm = CreateObj ("frmParametersForm")
 oParametersForm.Show ()

 Clear Events

 process user's options and generate a cursor with data 
 to be printed...

 Select CursorReport
 Go     Top

 Report Form .....
I checked VFP help file and there is _PCOPIES System Variable, but it's said that "Included for backward compatibility. Use the Report Designer instead."

How can I use Report Designer to achieve my purpose, described above? Is there any other way to do that?

Thanks fore any help.

Fernando
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform