Printing the online PIA Page

To print a particular, we can make use of html area and javascript command (Window.print()).

Steps to be followed:

1. Place an html area on the page.
2. Double click over the html area, property window opens. Choose the value as “constant” and enter the following code:
< form > < onclick="window.print();" type = " button " value = " print "> < / form >
3. In the page, you will be able to see the print button. By clicking the button, Print dialog box will be opened.

You can also associate a record and field to the htmlarea and write a peoplecode. This can be used for advanced print processing.

Comments