Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing multiple copies of a report
Message
 
 
To
24/09/2005 14:26:48
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01052732
Message ID:
01052753
Views:
7
You can even make it into one print job
lcNoPageEject = "NOPAGEEJECT"
For i = 1 to nCopies
	IF i = nCopies
		lcNoPageEject = ""
	ENDIF

	Select CursorReport
	Go     Top

	Report Form ..... &lcNoPageEject

Endfor
>It sure is, something like:
>
> For i = 1 to nCopies
>
>    Select CursorReport
>    Go     Top
>
>    Report Form .....
>
> Endfor
>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform