cancel
Showing results for 
Search instead for 
Did you mean: 

Barcode problm

vallamuthu_madheswaran2
Active Contributor
0 Kudos

HI Friends,

i've created 2 barcdes. based on radio button one barcode is printed in the script. where can i write the condition.

Thanks & Regards,

Vallamuthu.M

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

In the program or in the script: it's the same

In the program you need to call TEXT ELEMENT E1 (for barcode 1) or TEXT ELEMENT E2 (for barcode 2) in according the radiobutton selected

In the script you need to check which radiobutton is selected in order to print barcode1 or 2:

 /: IF &RADIO1& = 'X'
--------> barcide1
/: ENDIF.


/: IF &RADIO2& = 'X'
--------> barcide2
/: ENDIF.

Max

Answers (2)

Answers (2)

vallamuthu_madheswaran2
Active Contributor
0 Kudos

This message was moderated.

Former Member
0 Kudos

Depending on the button selected , pass that variable.