We use a Dymo label printer for our barcodes. We have a custom label design that I will include below. When going through the steps to print a label in Store Operations Manager (Database -> Items -> Properties -> Labels -> Next -> *select label* -> Next -> Finish), the barcode at first shows up as stretched and will print as if in portrait mode. Upon using either "Change printer properties" or "Change page properties" and simply clicking ok (without making any changes-- Landscape is already selected), it then shows up correctly and prints correctly. Any ideas as to how I could make it so that I don't have to click "Change x properties" and "Ok" every time I want a label?
Thanks in advance!
Code:
'Dymo small
LabelName = "Dymo small"
Rows = 1
Cols = 1
RowSpace = 0
ColSpace = 0
RowOffset = 0
ColOffset = 0
RowHeight = 1400
ColWidth = 3250
Orientation = 1
Begin BARCODE Barcode
Value = "Caption"
CurrencyCode = ""
Left = 450
Top = 0
Width = 2625
Height = 650
Align = LEFT
FontName = "Courier"
FontSize = 12
FontBold = 0
FontUnderline = 0
FontItalic = 0
FontStrikethru = 0
FontTransparent = 0
FontColor = 0
End Barcode
Begin FIELD Object3
Value = "ITEMLOOKUPCODE"
CurrencyCode = ""
Left = 250
Top = 650
Width = 2200
Height = 250
Align = CENTER
FontName = "Arial"
FontSize = 10
FontBold = 0
FontUnderline = 0
FontItalic = 0
FontStrikethru = 0
FontTransparent = 0
FontColor = 0
End Object3
Begin FIELD Object6
Value = "PRICE"
CurrencyCode = ""
Left = 2300
Top = 650
Width = 1200
Height = 450
Align = Left
FontName = "Arial"
FontSize = 11
FontBold = -1
FontUnderline = 0
FontItalic = 0
FontStrikethru = 0
FontTransparent = 0
FontColor = 0
End Object6
Begin FIELD Object5
Value = "DESCRIPTION"
CurrencyCode = ""
Left = 250
Top = 900
Width = 3000
Height = 250
Align = CENTER
FontName = "Arial"
FontSize = 9
FontBold = 0
FontUnderline = 0
FontItalic = 0
FontStrikethru = 0
FontTransparent = 0
FontColor = 0
End Object5
Begin TEXT Object0
Value = "COMPANY NAME"
CurrencyCode = ""
Left = 250
Top = 1150
Width = 3000
Height = 300
Align = CENTER
FontName = "Arial"
FontSize = 12
FontBold = 0
FontUnderline = 0
FontItalic = 0
FontStrikethru = 0
FontTransparent = 0
FontColor = 0
End Object0
*This post is locked for comments
I have the same question (0)