473,396 Members | 1,933 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Barcode Generation using Report in MSaccess 2003

222 100+
Hello everybody



Does someone have a VB module and FONT for windows XP SP2 to import into a MSaccess (2003) to print a barecode ...


Please leave me any comments about barecode generation or anything u know about barecode...
Jun 2 '07 #1
4 3128
maxamis4
295 Expert 100+
Yes I do!!! but I can't attach the file. I am currently not at home, But when I get home I will attach the file you will need to do this, in addition a script that will check to make sure that it exist will also be included.
Jun 2 '07 #2
maxamis4
295 Expert 100+
First you will have to load this code on the form on load. It uses does scripting to do this function.

Expand|Select|Wrap|Line Numbers
  1. Private Sub Form_Load()
  2. On Error GoTo err_form_Load
  3. Dim stAppName As String
  4. HideAccessCloseButton
  5.     stAppName = "\\itdc01\opsupt\data\Asset Tracking\Fonts\font.cmd"
  6.     'Call Shell(stAppName, 1)
  7.     Me.txtPassword.SetFocus
  8.  
  9. Exit_Form_Load:
  10.     Exit Sub
  11. err_form_Load:
  12.     MsgBox Err.Description
  13.     Resume Exit_Form_Load
  14.  
  15. End Sub
  16.  
stAppName should be set to the location where your database will reside.

The second part to get this to work is modify the file called font.cmd. Goto the file named font.cmd and right click on it and goto edit.

Expand|Select|Wrap|Line Numbers
  1. echo on
  2. if exist c:\windows\fonts\FRE3OF9X.TTF goto ttf
  3. :ttf
  4. if exist c:\windows\fonts\FREE3OF9.TTF goto done
  5. xcopy "\\itdc01\opsupt\data\Asset Tracking\Fonts\*.ttf" c:\windows\fonts
  6. :done
  7. exit
  8.  
goto the xcopy part and modify the location where the .ttf file exist on your network and you will be done.

afte this when you open access you can select the actual font to use as the barcode. good luck!
Attached Files
File Type: zip Fonts.zip (16.9 KB, 264 views)
Jun 2 '07 #3
wassimdaccache
222 100+
It woked very well ............. Thank you Very Very Very Very much
Jun 2 '07 #4
wassimdaccache
222 100+
I have to add something to this subject ... When you want to use these fonts your ascii or you number or whatever the symbol is must be wrote between to stars for example if you want to print the barecode of ABC27001 you have to write *ABC27001* ...


NB: Barcode reade will just read ABC27001


anyway thank you again for the one that he helped me to find these fonts ....
Jun 20 '07 #5

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

Similar topics

5
by: RC | last post by:
I have a table with numbers in it. The table field is Long Integer and the numbers are just consecutive 5 digit numbers, ie: 40000, 40001, 4002, 4003, etc. I place the table field (40001) in a...
1
by: Aaron Bronow | last post by:
I have an asp.net application which loads a Crystal Reports ReportDocument, passes in parameters for selecting data from the report's database connection, renders the report for previewing on the...
3
by: moondaddy | last post by:
I need to start an ms access 2003 app from a vb.net winforms app and didn't want to load all the interop stuff for office into the .net project. I thought that using the shell cmd would be a nice...
1
by: Neodynamic | last post by:
Due to its flexible design, Neodynamic Barcode Professional for Reporting Services (http://www.neodynamic.com/Products/BCRS/BarcodeRS.aspx?tabid=78&prodid=7) allows you to show barcode images in...
0
by: Dilip | last post by:
hi ppl , i need some help in generating barcode text thro FOP .. i am succesfull in creating a input number as a barcode value.. but the problem is i need the barcode to be displayed vertically...
0
by: =?Utf-8?B?QWJieQ==?= | last post by:
Can ne1 tell me what is the best way to handle barcode fonts in crystal report? I installed IDAutomationHC39M barcode font on my machine and used it in the report. when i used it it shows me the...
2
by: nmrpa91290 | last post by:
Hi, I am in the design phase of building a database that will track the productivity of my warehouse. I am thinking of using a barcode scanner to assist me with this. Employees will hopefully...
7
by: divyac | last post by:
I am doing an inventory control project and i want to create barcodes for the products in addition to the product details in a form.The form values should be submitted to the database to retrieve for...
6
by: Robocop | last post by:
Does anyone know of any decent (open source or commercial) python barcode recognition tools or libraries. I need to read barcodes from pdfs or images, so it will involve some OCR algorithm. I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.