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??....
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??....