cancel
Showing results for 
Search instead for 
Did you mean: 

Printing the whole screen

Former Member
0 Kudos

Hello,

I would like to implement a button in my application to print the whole screen. Is there a possibility to bind the explorer function of 'STRG+P' to a button? Or is there a similar method?

regards

stefan

Accepted Solutions (1)

Accepted Solutions (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Hi Stefen

I don't see any such functionality. normally in BSP we used to write Java script

to print the whole page using

window.print( ) command, in WDA we can't use Java Script, I tried using HTML page having window.print( ) command putting it in IFrame control, but it only prints the HTML page not the rest of the WD page, i have even tried with the command

window.parent.print( ); still was not working..

You can use Interactive forms to have print functionality rather.

Regards

Abhimanyu L

Former Member
0 Kudos

Hello Abhimanyu,

thanks for your time for checking this out and for your information.

regards

stefan

Answers (0)