add CRLF to Barcode 128A

How I can put CRLF CHR(13) + CHR(10) to barcode 128A or other type?

I try:

barcode1.text := <Query1."Key"> + chr(13) + chr(10) + <Query1."Buyer">

I try some other code, but nothing work. In notepad I only get one row.

Comments

Leave a Comment