cancel
Showing results for 
Search instead for 
Did you mean: 

To print 3 different bar codes on the same page in SMARTFORMS

Former Member
0 Kudos

Hi,

I want to print three different bar codes (HU) per page instead of one in Smartforms. I need to change the print program but I don't know where?

can you help me plz

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

1. first create barcode as per New Bar Code Technology.

2. use this barcode in smartstyle.

3. you can write logic for 3 fields in smartform and then just assign barcode style to fields.

otherwise change fields in driver program and export to smartform.

Former Member
0 Kudos

Hi,

If you have the three fields for which you need barcode, you will have to change only the smartform. Create TEXT fields and use these fields assigning desired character format. If you dont have these fields and values you will have to write the code for fetching these values in the Print Program and then do the above mentioned step.

Former Member
0 Kudos

Hi,

To display Bar Codes in smartforms you need to create charecter format in smartsyles:

Example :

Charecter Format :BC

Description : Bar Code

Bar code Name : C128A

And next insert two text node in the tempalte

1. &value1& type BC for dispalying barcode lines

2. &value1& type any for dispalying values for the barcode.

This way you can display the values in form of barcodes.

Regards,

Dep

Former Member
0 Kudos

Hi,

If you need to introduce three different barcodes in form,you need to make changes in form only,

If you want to print your own barcode,

1.Goto SE73 and create three barcodes.

2.In your smartform styles create a character format ,by mentioning that character format as barcode in standard setting tab.

3.Create a text node in the form and assign the character format to it.

Jshree