DivyaDya
26th February 2019, 13:41
how to print the barcode without barcode text in report??
barcode=chr$(27) & chr$(22) & "E#0" & sprintf$("%16s", "L0001")
i use above function to print the barcode... the output is also print the barcode and barcode text(image) but i am having without barcode text.... how to get barcode only??....

andreas.toepper
26th February 2019, 15:24
Function bc$(..) provides barcode options (like BC_SHOWTEXT). Barcodes are fine using bc$(..) on bwprint or Windows server printer. I think bc$(..) will also work in LNUI when printing in pdf.

DivyaDya
27th February 2019, 05:53
I also use this function.... the output is barcode with barcode text... but i have barcode only... how to proceed this?? please help....

andreas.toepper
27th February 2019, 11:50
When scrolling down in this discussion there are links to similar threads. Maybe this one is of help: http://www.baanboard.com/baanboard/showthread.php?t=60925

DivyaDya
27th February 2019, 11:55
thanks.. its works