BarCode 2de5 in GeneXus

0

I need to generate a 2de5 barcode in GeneXus, I was testing a font I found, but I need it to have no numbers, just the barcode.

What is the best way to do this?

    
asked by anonymous 16.03.2017 / 15:56

2 answers

0

Good evening!

I have bank cards implemented in GeneXus applications.

What I do is work with image.

My application calls an executable passing parameter. This executable is a program that serves only to generate the image of the ticket bar code.

With the image in hand I add it in my Report or Procedure GX.

Does this idea suit you? I can see more details to get you through.

    
23.03.2017 / 22:20
0

Good morning!

So, my case is web application.

I have a Bitmap type variable in the Report Layout. In the code I load it with the LoadBitmap statement.

Explain a little better how you are doing.

Att, Bruno

    
02.04.2017 / 16:31