Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Printing a window without displaying it????

Status
Not open for further replies.

iainmc

Programmer
Dec 2, 2002
53
GB
I am trying to print out a canvas/window. I can do this but only if the window is open and on the screen at the time.

Is there anyway to print this canvas without displaying it to the user? I have tried to go to the block on a button click and then do_key('print') and then move back to my block i want the user to stay in but it prints the wrong screen

Any ideas, anyone?
 
This question really belongs in the Oracle Developer forum. Did you add a "synchronize;" after your go_block? Unfortunately it might display the canvas to the user (I would play with resizing or hide_view to correct that), but it should print the right one.

[sup]Beware of false knowledge; it is more dangerous than ignorance.[/sup][sup] ~George Bernard Shaw[/sup]
Systems Project Analyst/Custom Forms & PL/SQL - Oracle/Windows
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top