Ean13 BarCode Generator

Administrator
Member, Moderator, Administrator Posts: 2,506
Ean13 BarCode Generator
Open Source Codeunit with a simple yet effective codebar generator. For now just the EAN13 standard is supported. A wider range of codebar types and features will be added in future versions.
http://www.mibuso.com/dlinfo.asp?FileID=804
Discuss this download here.
Open Source Codeunit with a simple yet effective codebar generator. For now just the EAN13 standard is supported. A wider range of codebar types and features will be added in future versions.
http://www.mibuso.com/dlinfo.asp?FileID=804
Discuss this download here.
0
Comments
-
Hi All,
Our Bar code No. is Code Type
I sent this Bar code No. as a Parameter to the Generate Bar Code Function in the Reprot
When I am executing the Report , am getting an Error.
Overflow under type conversion of Integer to Char.
Value: -1
Can any one tell me how to use this Code Unit.
Thanks & Regards
Teja0 -
Hi all,
I was generate barcode through barcode generator. but this barcode was not scanned on WINGS POS.
Is this barcode supports any POS or only in Navision?
Thanks in advance.
Regards,
kishore.0 -
Hi,
This works great for EAN13.
I need to print EAN8 as well.
Do i need a different font to print ean8 or is it the same but than only 8 caracters?
Is there code to generate ean8 yet?
Thanks!0 -
If printout space is not critical, if you add five leading zeros to the EAN8 value EAN13 fonts will work.Kai Kowalewski0
-
Hi,
Thanks for reply. Unfortunatly thats no solution.
It doesn't mach with the barcode on the product packaging.0 -
Try Barcode Generator
http://www.mibuso.com/dlinfo.asp?FileID=106
possible barcodetypes:
00-ISBN
01-EAN 13
02-EAN 8
03-EAN 5
04-EAN 2
05-UPC A
06-Code 39
07-Code 25 interleaved
08-CodeBar
09-Code 25
10-Code 39 Extended
11-Code 128 A
12-Code 128 B
13-Code 128 C
14-Code 128
15-EAN 128
16-EAN 99
17-UPC E
18-PostNet
19-Royal Mail
20-MSI
21-Code 93
22-Code 93 Extended
23-PZN0 -
I dunno if this barcode font can do ean8, but another one can: http://grandzebu.net/informatique/codbar-en/ean13.htm
They even give example code for the 5 character extension you get on books.
In several languages yet.
Including Axapta.Robert de Bath
TVision Technology Ltd0 -
looks like ean13 only
](*,)0 -
The barcode generator works great for us in many capacities.
OnAfterGetRecord()
IF Item."Item UPC/EAN Number" <> '' THEN BEGIN
CreateBarcode:= SHELL(STRSUBSTNO('%1%2%3%4%5%6',
'i:\navision attain\Navibar.exe', // Program location
' ' + Item."Item UPC/EAN Number"+'{', // code to generate from Nav
'05'+'{', // barcode type "code" you want for EAN 8 use 02 for ean 13 use 01
'220'+'{', // width in pixel
'150'+'{', // high in pixel
'c:\temp\barcode.bmp')); // destination for the .bmp-file
Picture.IMPORT('c:\temp\barcode.bmp');
END;0 -
Hello,
Thanks for wonderful solution.
But I have one problem. I have to print 3 ean codes in one 9.6cm*50cm Vertically. I specified all parameters (TSC TTP-345 barcode Printer).
To print Vertically I applied a logic print Landscape. It prints well but always prints one blank page after one barcode. I got this strange behaviour with Classic report for the first time.
Even if I minimize the size of report to very small it will print two pages.
Is there any problem with printer setting or it is the problem due to landscape??0 -
Hi,
sorry tularam, I can't help you but I have a question too: Is the Font realy freeware and free to use? cant find an hint for that.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions