60
Views
6
Comments
Guide me on how to make Barcode Generator work in my  web app
Application Type
Traditional Web

Hello everyone,

I have downloaded and installed Barcode Generator into my personal Environment.


I intend to use it to generate barcode for products.

I am presently having issues implementing / configuring it to enable me to generate barcodes for products.

Please, give me a guide on how to implement the Barcode Generator in my app.

Help with an oml file.

Thanks in advance

2023-08-28 07-00-10
Paulo Torres
Champion

Which component you are using?

2022-08-13 08-15-57
Harrison
Thanks Paulo, I am using Barcode Generator. The screenshot is attached here. Thanks
2026-03-12 06-20-48
KUNDAN CHAUHAN
Champion

Hi Harrison,

This forge component basically provide a block based on javascript.

How to use :

Install forge component 

take dependency and drag block where we want in the screen .

block tale a Input parameter " BarcodeValue" its mandatory.

BarcodeGenerator block also take many parameter which we configure as our requirement.

I create a demo screen and also attach oml ,Please check it.  

Here i'm passing input value in Barcode  block through button , you can paas input value any way as your requirement like on change or anything. 

https://personal-ddjq2r3a.outsystemscloud.com/Traditional/BarcodeGenerator.aspx

Thanks


Barcode.oml
2022-08-13 08-15-57
Harrison

Thanks KUNDAN ,

This is a great guide.

The web application is for use in a supermarket.

Please, I wanted a situation whereby the details: price, description, name, will be captured in the barcode.

And secondly, i want to be able to print the barcodes for product labeling.

Please, guide me on how to do these. Thanks

2026-03-12 06-20-48
KUNDAN CHAUHAN
Champion

Yes,

For first situation  we need to create barcode with value(price, description, name ).

When we generate barcode then after need to print this,

For print barcodes we use forge component "Recative Print PDF Button"

Component link : https://www.outsystems.com/forge/component-overview/9761/reactive-print-pdf-button

Thanks

2022-08-13 08-15-57
Harrison

Great. 

Please, could you help with an OML file. Thanks

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.