Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

frontend printing using background job

hymavathi_oruganti
Active Contributor
0 Likes
533

Hi,

Can any one tell mehow can i be able to successfully prnt the spool to the front end printer usng a background job?

Thanks and Reagrds,

Hyma

Hi,

Can any one tell mehow can i be able to successfully prnt the spool to the front end printer usng a background job?

Thanks and Reagrds,

Hyma

1 REPLY 1
Read only

Former Member
0 Likes
340

Hi,

You can't. The backround process doesn't know where the front end is, or even if the PC is switched on.

A background process has to print to a network printer, or print to a frontend printer without 'print immediately' then the user can manually print the spool request later.

Regards,

Nick