This is a migrated thread and some comments may be shown as answers.

Add Chr(13) to barcode

2 Answers 115 Views
Barcode
This is a migrated thread and some comments may be shown as answers.
CHRISTIAN
Top achievements
Rank 1
CHRISTIAN asked on 10 Feb 2012, 09:58 AM
Hi,

how can i add a Chr(13) to the barcode?

Anything like that?

{Fields.Barcode} + "Chr(13)"
={Fields.Barcode} + Chr(13)
=[Fields.Barcode] + "Chr(13)"
= Fields.Barcode + Chr(13)
={Fields.Barcode Chr(13)}
={Fields.Barcode + Chr(13)}

I donĀ“t wanna waste too much paper ;)

2 Answers, 1 is accepted

Sort by
0
CHRISTIAN
Top achievements
Rank 1
answered on 10 Feb 2012, 03:32 PM
And i cant see the Barcode in the PDFViewer. There is only a black bar...
0
Yavor
Telerik team
answered on 15 Feb 2012, 08:11 AM
Hello,

Presently, you can only set the text for the control directly, which will result in the valid symbols being rendered in accordance with the encoding. Other than this, you cannot add symbols to the code. If you would like, you could reduce the dimensions of the control.
With respect to the PDFViewer problem which you mentioned - to properly address the issue at hand, it will be best if you open a formal support ticket, and send us a small working project, demonstrating your setup, and showing the unwanted behavior. We will debug it locally, and advise you further.

Greetings,
Yavor
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
Barcode
Asked by
CHRISTIAN
Top achievements
Rank 1
Answers by
CHRISTIAN
Top achievements
Rank 1
Yavor
Telerik team
Share this question
or