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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Autmoate selecting the menu option to print

Status
Not open for further replies.

aoddracos

Technical User
Dec 17, 2004
1
0
0
US
Would anyone have a tip on how to autmoate selecting the print option under the file menu when using oracle apps. I know I could hook up a report via report builder but I have a case where I would like to autmoate the ability to choose file-> print.

I could not find a trigger that represented the print option.

Thanx for any help in advance.
 
KEY-PRINT is the trigger to trap. To automate printing use

[tt]EXECUTE_TRIGGER('KEY-PRINT');[/tt]

or

[tt]DO_KEY('PRINT');[/tt]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top