Technical Questions
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Technical Questions
Message Icon Topic: Code 128 barcode Post Reply Post New Topic
Author Message
Jeevan542
Newbie
Newbie


Joined: 16 Nov 2016
Online Status: Offline
Posts: 5
Quote Jeevan542 Replybullet Topic: Code 128 barcode
    Posted: 19 Dec 2016 at 1:11am
Hi,

I'm using code-128 bar code in crystal report with carriage return between the strings.
However i got output as desired but I'm getting Character 'M' in between strings .
i don't need 'M' in output.

I used ascii value(char(13)) in my formula.


Please help me how to suppress 'M' in between numbers in bar code.






Edited by Jeevan542 - 19 Dec 2016 at 1:15am
IP IP Logged
Jeevan542
Newbie
Newbie


Joined: 16 Nov 2016
Online Status: Offline
Posts: 5
Quote Jeevan542 Replybullet Posted: 19 Dec 2016 at 1:41am
Originally posted by Jeevan542

Hi,

I'm using code-128 bar code in crystal report with carriage return between the strings.
However i got output as desired but I'm getting Character 'M' in between strings .
i don't need 'M' in output.

I used ascii value(char(13)) in my formula.


Please help me how to suppress 'M' in between numbers in bar code.






i used below formulae

stringvar output;

output:=BCSLinearCode128A(chr(124)+"0107556000345"+CHR(13)+{BARCODE_128_CUSTOMER.CUSTOMER_NBR}+Chr(13)+{@one}+Chr(13)+{@Amount_without Decimal});
//output:=trim(output);
output:=replace(output,chr(13)," ");
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.031 seconds.