Hi there,
I need to print documents from a view in a browser.
I’ve tried using javascript but i just print the view…
How can i do that?
Tks
Hi there,
I need to print documents from a view in a browser.
I’ve tried using javascript but i just print the view…
How can i do that?
Tks
Subject: print document from a view (Web)
Hi Bruno,
javascript print printing current page. If You need print some document from view I advise You to open this document in some separate popup window and to use javascript print function from there. You can call print function on onLoad event.
Another option is hidden frame. You can open Your document in hidden frame and print it from there.
Hope this will help You
Best Regards
Dima Pechersky
Subject: RE: print document from a view (Web)
Tks…i’ll have to try
Subject: RE: print document from a view (Web)
Bruno,
Could you get the Print functionality on web?? If so, please help me how you did that??
thanks in advance