Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

script printing

Former Member
0 Kudos

In script, there are several pages .

when we print the script the first page has to go to one printer and the remaining pages has to go another printer.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You have to call the print functionality twice.

First you gave only 1 page.. when calling second time specify page details from 2 - all..

but i am not sure whether practically it work perfectly or not..

Try it out once..

Otherwise write 2 scripts one will display only first page. other will display all other pages. call both in a single start_from and end_form so that output will come in combine... single spool request will come (creating probelms while printing ).. check both the options..

1 REPLY 1

Former Member
0 Kudos

You have to call the print functionality twice.

First you gave only 1 page.. when calling second time specify page details from 2 - all..

but i am not sure whether practically it work perfectly or not..

Try it out once..

Otherwise write 2 scripts one will display only first page. other will display all other pages. call both in a single start_from and end_form so that output will come in combine... single spool request will come (creating probelms while printing ).. check both the options..