Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing multiple copies of a report
Message
From
24/09/2005 13:24:51
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Printing multiple copies of a report
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01052732
Message ID:
01052732
Views:
42
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
Next
Reply
Map
View

Click here to load this message in the networking platform