Buenas tardes, les consulto, tengo que hacer un reporte y en el mismo tengo que imprimir un código de barras (code-128), alguien me puede ayudar con la lógica que debo hacer en el embebido del clarion, muchas gracias
Google Translate
Good afternoon, I have a question, I have to make a report and in it I have to print a barcode (code-128), can someone help me with the logic that I should do in the Clarion embedding, thank you very much
I did see the thread, but I have no solution in this case for an application developed in Clarion 5b, which for reasons of time I cannot pass it to Clarion 11
Don’t know with the code-128 font, but with the 3of9 font you must use a string content to show/print using with the barcode font and surround it with *
For example, LOC:StringProductBarcode = '*' & CLIP( PROD:LongProductCode) & '*'
hello, I use the font 3 of 9 but for few characters, now we need the code 128 because it is 59 characters and has better compression, the barcode is shorter and readers can read it