web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Answered

GSI-128 Barcode on RDLC Report

(0) ShareShare
ReportReport
Posted on by 55

Hello

We need to implement a GSI-128 barcode on a RDLC report. We have a standard 128-font that we use..

The article below states that they've purchased the font and encode it

community.dynamics.com/.../930263

Can this be done with a standard 128-font?

Kind Regards
Jaco



I have the same question (0)
  • Suggested answer
    YUN ZHU Profile Picture
    90,244 Super User 2025 Season 2 on at
    RE: GSI-128 Barcode on RDLC Report

    Hi, hope the following helps.

    Use one-dimensional barcodes in reports (Business Central online): https://yzhums.com/11763/

    pastedimage1665451416696v1.png

    Thanks.

    ZHU

  • Yathish JR Profile Picture
    70 on at
    RE: GSI-128 Barcode on RDLC Report

    I am not getting barcode even after following the steps given in the link . any other possible way ?

  • Suggested answer
    Amit Profile Picture
    2,557 on at
    RE: GSI-128 Barcode on RDLC Report

    Hi,

    Pls refer the below link

    https://erpconsultors.com/generate-barcode-in-business-central/

    Regards

    Amit Sharma

    www.erpconsultors.com

  • Suggested answer
    Alfredo_Iorio Profile Picture
    1,262 on at
    RE: GSI-128 Barcode on RDLC Report

    128 barcodes include identifiers. Therefore, you cannot simply get the font and apply it to a field in a report.

    First, you need to create the string in the report that you need to use in the barcode.

    Why do you need a GS1 barcode for production order no and item number?

    The most common application identifiers numbers are for item No., GTIN code, Qty and Lot or even production date.

    These are all the identifiers.

    www.gs1-128.info/.../

    If you need a barcode with two identifiers for your production lines, you might be better off using a QR code.

    Else, use code 39 and get the users to scan two barcodes, the production order No. and the Item No.

  • Yathish JR Profile Picture
    70 on at
    RE: GSI-128 Barcode on RDLC Report

    How and where to use this in report ? , I want to generate barcode for production order number and item number .

  • Verified answer
    Amit Baru Profile Picture
    3,035 on at
    RE: GSI-128 Barcode on RDLC Report

    Hi,

    As per my knowledge "Code39" is available free in BC D365. And remaining are use by paying cost, as per the shared article by you.

    If you want use "Code39" font. Its implementation explain in the below code for reference

     trigger OnAfterGetRecord()
                var
                    BarcodeString: Text;
                    BarcodeSymbology: Enum "Barcode Symbology";
                    BarcodeFontProvider: Interface "Barcode Font Provider";

                begin
                    GetItem.get("No.");
                    BarcodeFontProvider := Enum::"Barcode Font Provider"::IDAutomation1D;
                    BarcodeSymbology := Enum::"Barcode Symbology"::"Code39";
                    BarcodeString := "No." + "Lot No.";
                    BarcodeFontProvider.ValidateInput(BarcodeString, BarcodeSymbology);
                    EncodedText := BarcodeFontProvider.EncodeFont(BarcodeString, BarcodeSymbology);

                end;
    Regards
    Amit Sharma

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Andrés Arias – Community Spotlight

We are honored to recognize Andrés Arias as our Community Spotlight honoree for…

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
Sumit Singh Profile Picture

Sumit Singh 2,708

#2
Sohail Ahmed Profile Picture

Sohail Ahmed 2,675 Super User 2025 Season 2

#3
Jeffrey Bulanadi Profile Picture

Jeffrey Bulanadi 2,203

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans