Page 1 of 2
bar code rotation

Posted:
Thu Jun 01, 2006 1:34 pm
by dang(Legacy Member)
I am using the demo version for MS Access. The bar code shows up fine, but I need to rotate it. I cannot set the rotation in the properties window, as no rotation values are shown in the drop down. I tried setting it in code, but that didnt work either.
Thanks for any help.
Re: bar code rotation

Posted:
Thu Jun 01, 2006 1:50 pm
by glitch (legacy member)
If you are using a barcode font, right click on the text box and select Properties to pop up the Properties sheet. Click on the Other tab. Change the "Vertical" property from No to Yes. Adjust the text box to hold the barcode.
If you are using Barcode ActiveX, change the Rotation property of the barcode control.
Re: bar code rotation

Posted:
Thu Jun 01, 2006 2:10 pm
by dang(Legacy Member)
I must be blind, because I don't see a Vertical property in the list. Can you please confirm that property exists?
Thanks.
Re: bar code rotation

Posted:
Thu Jun 01, 2006 2:29 pm
by glitch (legacy member)
Which control did you used to place the barcode? The vertical property shows at the other tab of the text box properties.
http://www.morovia.com/supportforum/upl ... access.GIFEdited by glitch on June 01 2006 at 3:21pm
Re: bar code rotation

Posted:
Thu Jun 01, 2006 2:38 pm
by dang(Legacy Member)
I inserted the ActiveX control directly. My properties list is quite different. Here it is:
http://www.accessor.com/images/BarcodeProperties.gif
Re: bar code rotation

Posted:
Thu Jun 01, 2006 2:44 pm
by glitch (legacy member)
OK. You are using the Barcode ActiveX control. Find the "Rotation" property and change it to mbxRTAntiClockwise_90 or mbxRTAntiClockwise_270.
Re: bar code rotation

Posted:
Thu Jun 01, 2006 3:00 pm
by dang(Legacy Member)
That worked from code, thank you. What product did you think I had? Can I use 2D databatrix bar codes in MS-Access without the ActiveX control?
Thanks again
Re: bar code rotation

Posted:
Thu Jun 01, 2006 3:20 pm
by glitch (legacy member)
I thought you are using barcode font to create a linear barcode in Access.
We have a font-based product for creating Datamatrix barcode -
http://www.morovia.com/font/datamatrix.asp.
Re: bar code rotation

Posted:
Tue Aug 03, 2010 3:53 pm
by rsx2515
glitch (legacy member) wrote:If you are using a barcode font, right click on the text box and select Properties to pop up the Properties sheet. Click on the Other tab. Change the "Vertical" property from No to Yes. Adjust the text box to hold the barcode.
I've tried bar code rotation with the "Vertical" property on a standard Text Box without success. The UPC_E function from the Morovia VBA library won't convert the encoded string to barcode when it is rotated. Has anyone else encountered this or know of a workaround (not involving ActiveX controls)
Re: bar code rotation

Posted:
Tue Aug 03, 2010 6:00 pm
by glitch
I tried on Access 2007 and had no problem at all. I attached the file that I worked. The report is "All Assets".
First make sure that text box works horizontally. Make sure that control source is =EAN8(field), and field is indeed in the data source of the report. Security warning is disabled.
Note that I used EAN8 function. UPC_E should also work.
If you still have problems, attach your file to the reply, or you can attach it to my PM if you do not want others to see your file.

- report screen shot