XxMeRcUrYxX
MIS
Hi All
I need some advice on how to print multiple copies of one report(page numbered also)each time I push print. (I am currently using Great Plains eEnterprise and using Forms Printer to call the Crystal report.) I need 5 copies of the same report to print so to hand out to different departments.
eg. agency copy, customer copy, file copy etc...
I figure if I could get the report to print 5 times with page numbers, then I would be albe to create a small formula to print the different copies
similar code:
if pagenumber like '1' then
file copy
if pagenumber like '2' then
customer copy
I hope I'm making sense.
Any Help would be greatly appreciated.
Thanks!
I need some advice on how to print multiple copies of one report(page numbered also)each time I push print. (I am currently using Great Plains eEnterprise and using Forms Printer to call the Crystal report.) I need 5 copies of the same report to print so to hand out to different departments.
eg. agency copy, customer copy, file copy etc...
I figure if I could get the report to print 5 times with page numbers, then I would be albe to create a small formula to print the different copies
similar code:
if pagenumber like '1' then
file copy
if pagenumber like '2' then
customer copy
I hope I'm making sense.
Any Help would be greatly appreciated.
Thanks!