cancel
Showing results for 
Search instead for 
Did you mean: 

Barcode generation works fine only for first report / CRYSTAL REPORTS

borozu
Explorer
0 Kudos

SOLVED. Comment below question.

So I have simple conversion from text to barcode:

 

"*" + Replace ({V_BI_BAR_DETAIL.PARTNO}," " ,"¯") + "*"

 

I use barcode font: C39 Medium 24pt LJ4 and ERP software to print report or range of reports.

The issue is that barcode is being generated properly only for the first report So:

  • If I will print just one report 01 barcode will be fine.
  • If I will print a couple of them so 01 to 02 only 01 will have correct BC, 02 will be short
  • If I will print the range of the reports so 01 to 06 again only 01 will have correct BC, reports from 02 to 06 will have the short one.

Any idea why CR behave like that?

borozu_0-1708332741235.png

Untitled.png

 

borozu
Explorer
0 Kudos
ok, sorted. Turned out wrong data field was used

Accepted Solutions (0)

Answers (1)

Answers (1)

DonWilliams
Active Contributor
0 Kudos

ERP software usually indicates it's some third party application of integration.

I suggest contacting the makers to debug the issue.

Off hand it suggests the routine to print is resetting the printer properties to default margins after the first print job.