Barcode - Code128 auto (Chagne subtype A->C)
Hi..
I use FR VCL 4.12.12 Pro on Delphi Xe2 Pro.
My problem is, that I need to change subtype of barcode in the middle of code.
I need to start with Code128A and after two characters change to Code128C.
This is a standard of the Code - see http://en.wikipedia.org/wiki/Code_128 but I really don't know how to use that?
<CODE>
procedure TForm1.frxReport1GetValue(const VarName: string; var Value: Variant);
begin
if VarName='b' then Value := 'alamakota'+chr(204)+'12345678';
end;
</CODE>
does not work.
In another your product there is some possibility to do that.
http://www.fast-report.com/public_download...ightsub=barcode
I strongly need to do that in FR VCL.
Could you tip me how to do that?
I use FR VCL 4.12.12 Pro on Delphi Xe2 Pro.
My problem is, that I need to change subtype of barcode in the middle of code.
I need to start with Code128A and after two characters change to Code128C.
This is a standard of the Code - see http://en.wikipedia.org/wiki/Code_128 but I really don't know how to use that?
<CODE>
procedure TForm1.frxReport1GetValue(const VarName: string; var Value: Variant);
begin
if VarName='b' then Value := 'alamakota'+chr(204)+'12345678';
end;
</CODE>
does not work.
In another your product there is some possibility to do that.
http://www.fast-report.com/public_download...ightsub=barcode
I strongly need to do that in FR VCL.
Could you tip me how to do that?
Comments
I could post that files here, but I can't find attach feature over here.
Hope this link can help you a little.
http://www.vbforums.com/showthread.php?514...de128-A-B-and-C
You could send these two files to my mail ..
? ? luapfr@yahoo.com.br
? ? I'm having the same difficulty
? ? Grateful.
Could you send these two files to my mail
lichuxiong991@163.com