1. O E
  2. PowerBuilder
  3. Thursday, 8 October 2020 08:06 AM UTC

Hi,

I have to print two Datawindows in one PrintJob for printing on both sites.

How can I do that?

 

 

Thanks

Arthur Hefti Accepted Answer Pending Moderation
  1. Thursday, 8 October 2020 08:35 AM UTC
  2. PowerBuilder
  3. # 1

Hi

check out the PrintDataWindow Function

long ll_Job

ll_Job = PrintOpen( )

PrintDataWindow( ll_Job, dw_1 )
PrintDataWindow( ll_Job, dw_2 )

PrintClose( ll_Job )

Regards
Arthur

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.