cancel
Showing results for 
Search instead for 
Did you mean: 

Script form printing

Former Member
0 Kudos

Previous invoice was without header. and User was getting the printout in pre-printed header paper. Now they want to print on blank paper. i changed the form and put header.

Now they want to have both options of pre-printed and blank paper. So, where can i put selection creteria. it is not recognizing selection creteria in print program.

Can i do it with creating another output type of same properties and and put same print program and script form. if it is true then, how can i create now output type.

Please suggest if any other option is available. Thank You.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thank you very much for all reply made by u. My problem is solved now.

former_member196280
Active Contributor
0 Kudos

This can be done in different ways,

1) Create a radio button in selection screen ex: pre-printed stationary (r1) , plain stationary(r2)

goto your header page of your layout/form and place the following condition...

if r2 = 'X'.

      • your header details

Endif.

In above case if 'r2' is selected then header will be printed else it will be blank.

2) Create two forms one with header and other without header.

If r2 is selected

**call form with header

elseif r1 is selected

**call form without header

endif.

Regards,

SaiRam

Former Member
0 Kudos

create a new output type for new printing requirement...

ask your functional consultant to create new output type for thie requirement...

RoySayak
Active Participant
0 Kudos

Create another output type say ZRD0.

if the layout with header attached with RD00 then attach the layout with header with ZRD0.

the user will be prompted for which output type he wants while printing.

Reward if useful

Thanks

Sayak

RoySayak
Active Participant
0 Kudos

Create another output type say ZRD0.

if the layout with header attached with RD00 then attach the layout with header with ZRD0.

the user will be prompted for which output type he wants while printing.

Reward if useful

Thanks

Sayak