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
Which component you are using?
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
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
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
Great.
Please, could you help with an OML file. Thanks