cancel
Showing results for 
Search instead for 
Did you mean: 

Print Button in Webdynpro

Former Member
0 Kudos

Hi All,

I have a requirment like.... i have a Print button in Webdynpro and when i click on the button it should send the form to spool.

how can i achive in interactive form without previewing the form?

Note: my node has all the required data to be filled.

Regards,

Karthik.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

Overwrite the following javascript to the click event of the print button...

xfa.host.print(0, "0", (xfa.host.numPages -1).toString(), 0, 1, 0, 0, 0);

By

Parthi