‎2006 Jun 09 3:54 PM
hi frnds,
i have to print 2 lables. one 'rejected' and another 'accepted'. these two will be printed in two different printers through the same program. so do i handle this in the program itself or will it have to be done in the SPRO. any suggestions ????
points to all replies...
regrds,
Madan...
‎2006 Jun 09 3:59 PM
Hii
use if endif condition
<b>You can use the print program to change these parameters before call to "OPEN_FORM", OPTIONS parameter.</b>
‎2006 Jun 09 3:59 PM
Hii
use if endif condition
<b>You can use the print program to change these parameters before call to "OPEN_FORM", OPTIONS parameter.</b>
‎2006 Jun 09 4:03 PM
IN filling the OPTIONS-TDPRINTER value, check the condition.
if <Condition for Accepted>.
OPTIONS-TDPRINTER = <Name of Printer1>.
else.
OPTIONS-TDPRINTER = <Name of Printer2>.
endif.
call function 'OPEN_FORM'
.
.
.
.
REgards,
Ravi