Newbie Needs To Move Y Position On Barcode When Other Barcode Null
I'm trying to move a barcode up when the value of another barcode is null. The Scripts below are what I'm using to create the barcodes. I tried adding the below to the 1-86 script but I get a Object property is not supported error:
If Format.Objects("Bar Code 2").Value = "" then
Format.Objects("Bar Code 1").Y = "1.625"
Else
Format.Objects("Bar Code 1").Y = ".375"
End If
0
-
Shotaro Ito
★ BarTender Hero ★
Please sign in to leave a comment.
Comments
1 comment