472,791 Members | 2,101 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,791 software developers and data experts.

How do you print a barcode from Access Report on Receipt Printer

I am working on a POS system using Access 2010. Our receipts print on a receipt printer (using generic/text only driver). The receipt is created as an Access report. This works fine. However, I am trying to add a barcode, but that portion will not print. It shows on the Access report's print preview, but nothing on the print. There is just a blank space after the text where the barcode should be.
Any ideas how to fix?
Mar 16 '17 #1
1 873
jforbes
1,107 Expert 1GB
I'm pretty sure that the Generic/Text Only Printer Driver wont support Barcodes.

Most Barcoding that I've run into since USB started being used is centered around using Windows Printing and True Type Fonts. The Barcode itself is a Font that is used to display the bars instead of text that it represents. Typically a Windows Driver for the Printer from the Printer Manufacture is required. Without the Printer driver, the Fonts can't be installed on the printer and used. Years ago, you could install Fonts using different methods like downloading them separately or swapping out a Font Cartridge on the printer, but for the most part, those days are gone. You can check your Printer's documentation, but odds are you will need to use a Windows Print Driver specific to your Printer, and then the Barcodes will show up.

If you are communicating with your printer using a Serial Port (not USB) and there are no Windows Printer Drivers, you may have another option of directly controlling the Printer. That is a pretty huge undertaking though.
Mar 17 '17 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: El_Embozador | last post by:
Hi , please can you tell how i can print an MS ACCESS Report form visual basic, i ned a sample code .. Thanks
3
by: Nicola | last post by:
Hi Everyone, I am new to programming and would like to know how to open an access Report from within vb 6. I am trying to write a program to organise cross stitch threads. I have found out how...
1
by: hasanainf | last post by:
Hi all and thanking you all in advance for your help My client wants to use a receipt printer. Since I have never used one before I have some questions. 1. Unlike other printers which are set...
1
by: Alexeye2008 | last post by:
Hi everyone! Is it possible to print an Access Report from vb6 code?pls help me!!
7
by: ARC | last post by:
Hello all, What's the proper paper size setting if you want to do a receipt printer report, that's a continuous form? I don't really see an option for a continuous paper size. Thanks! Andy
1
by: hendylee | last post by:
Dear brothers and sisters, Very grateful if you can assist me, as now i m stuck in a project, i develop an ASP based POS system, as i using asp to generate the receipt, but then once...
1
by: rohit189 | last post by:
in my application i need to print barcode. and i have printer of zebra tlp 2844 i make size of my page to 4 X 1.25 in. this size is taken from the list available size of the printer but when i print...
0
by: Zulqarnain | last post by:
I have developed a report in developer 6i. It properly prints on laser printer but it do not print on receipt printer (CZERLOP). Printing job has sent to printer & printer also detect this job but...
2
by: damola | last post by:
Please how can i print ms access invoice(report) faster It takes a lot of time for it to print through a bixolon thermal printer thanks in advance for your help
12
by: NewVBA | last post by:
Hello, I have my report set up correctly. In print view it looks good. When I send it to the printer to print duplex, it prints front to back and ignores the page ejects. I’m not well versed in...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Sept 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: lllomh | last post by:
How does React native implement an English player?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.