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

label printing

madan_ullasa
Contributor
0 Likes
424

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...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
396

Hii

use if endif condition

<b>You can use the print program to change these parameters before call to "OPEN_FORM", OPTIONS parameter.</b>

2 REPLIES 2
Read only

Former Member
0 Likes
397

Hii

use if endif condition

<b>You can use the print program to change these parameters before call to "OPEN_FORM", OPTIONS parameter.</b>

Read only

Former Member
0 Likes
396

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