Home > database >  2008 remote desktop redirection print issue
2008 remote desktop redirection print issue

Time:10-11

I print packing list program written in PB
PrintSend (ll_job, CHAR (27) + CHAR (48))
PrintSend (ll_job, CHAR (27) + CHAR (67) + CHAR (44))
Printdatawindow (ll_job dw_print)
Printclose (ll_job)
In the remote desktop printing is 2003 1/2 A4 format to be typed, printed in 2008 remote desktop definition is invalid, according to the A4 format, could you tell me what is this problem?

CodePudding user response:

Windows print server check for this paper defines attributes, not just create one

CodePudding user response:

Create format is, of course, just to maintain. In this setting is left with the requirements of the hard disk and customers play other after defined format and converted to A4 format

CodePudding user response:

refer to the second floor bee268 response:
create format is, of course, just to maintain. In this setting is left with the requirements of the hard disk and customers play other after defined format and converted to A4 format

Create a mean code can also be used to create a, printersetup () allows the user to select paper, can also be stored without the user's choice of papers selected at a time

CodePudding user response:

Is there a PB code created by you?
  • Related