I'm using Progress Version 9.1D, trying to print to a Zebra LP 2742 Thermal printer.
When I print using Portrait mode, it comes out fine. If I change the component to landscape mode, I get part of the barcode in landscape mode and some of the barcode in portait mode. The part that still comes out in portait mode (that shouldn't be there in the first place) is strange in that instead of solid barcode lines, they are actually long, thin boxes.
If I send it to my HP Deskjet 990 in landscape mode it prints fine.
I've used the barcode feature in many places, but never in landscape mode and not with a thermal printer.
Is this a problem with VPE, the Zebra Printer, or something in the code ...???
chReport:opendoc.
chReport:PenSize = 0.
chReport:setbarcodeparms(0,2).
chReport:barcode(25,210,975,370, 6, "Test","").
chReport:Previewdoc(-1,-1,-1,-1,1).
Thanks,
David Hopper