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?

Comments

  • gpigpi
    edited 7:47AM
    FR4 doesn't support Code128Auto
  • edited 7:47AM
    Actually it does! I put support ticket and I got modified frxBarcod and frxBarcodeRTTI files to replace in source folder. After recompiling all packages, I got what I wanted.

    I could post that files here, but I can't find attach feature over here.
  • edited 7:47AM
    So just to clarify, we just need a frxBarcod modified for this to be possible?
  • edited 7:47AM
    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?


    Hope this link can help you a little.
    http://www.vbforums.com/showthread.php?514...de128-A-B-and-C >
  • edited 7:47AM
    wrote:
    Actually it does! I put support ticket and I got modified frxBarcod and frxBarcodeRTTI files to replace in source folder. After recompiling all packages, I got what I wanted.

    I could post that files here, but I can't find attach feature over here.

    You could send these two files to my mail ..

    ? ?  luapfr@yahoo.com.br


    ? ?  I'm having the same difficulty

    ? ?  Grateful.
  • edited October 2013
    hello, why not try this code 128, maybe it can help solve your problem,
    and there are much information I think you will be interested in!
    hope you like it,
    best wishes
    hello, thank you for your sharing, good for me,
  • edited 7:47AM
    I'm having the same difficulty,
    Could you send these two files to my mail

    lichuxiong991@163.com

Leave a Comment