Hi Appeon team,
I have some issues with the command PrintOpen() at EA Server, the following commands works perfect from my local machine (isolated testing):
//
long ll_Job
ll_Job = PrintOpen( )
PrintDataWindow( ll_Job, dw_1 )
PrintDataWindow( ll_Job, dw_2 )
PrintClose( ll_Job )
//
But, when those codes are sent to EA Server v5.5, do not work; the job printing is not sent to the Printer.
Please let me know if you have any ideas how fix this issue. Thank you.