mibuso.com

Microsoft Business Solutions online community
It is currently Thu May 23, 2013 6:19 am

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 10 posts ] 
Author Message
 Post subject: Ean13 BarCode Generator
PostPosted: Fri Dec 29, 2006 3:59 pm 
Offline
Site Admin

Joined: Sun Nov 07, 1999 8:01 am
Posts: 1900
Location: Wilrijk, Belgium
Country: Belgium (be)
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.


Top
 Profile  
 
 Post subject: Re: Ean13 BarCode Generator
PostPosted: Wed Jan 07, 2009 7:43 am 
Offline

Joined: Fri Oct 26, 2007 2:20 pm
Posts: 70
Location: Hyderabad
Country: India (in)
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
Teja


Top
 Profile E-mail  
 
 Post subject: Re: Ean13 BarCode Generator
PostPosted: Mon Jun 08, 2009 5:59 am 
Offline

Joined: Mon Aug 11, 2008 7:19 am
Posts: 60
Location: India
Country: India (in)
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.


Top
 Profile  
 
 Post subject: Re: Ean13 BarCode Generator
PostPosted: Wed May 19, 2010 9:46 am 
Offline

Joined: Sun Jan 07, 2007 11:08 pm
Posts: 60
Location: Holland
Country: Netherlands (nl)
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!


Top
 Profile  
 
 Post subject: Re: Ean13 BarCode Generator
PostPosted: Wed May 19, 2010 2:55 pm 
Offline

Joined: Fri Sep 05, 2003 11:06 am
Posts: 706
Location: Bremen
Country: Germany (de)
If printout space is not critical, if you add five leading zeros to the EAN8 value EAN13 fonts will work.

_________________
Kai Kowalewski


Top
 Profile  
 
 Post subject: Re: Ean13 BarCode Generator
PostPosted: Thu May 20, 2010 6:17 pm 
Offline

Joined: Sun Jan 07, 2007 11:08 pm
Posts: 60
Location: Holland
Country: Netherlands (nl)
Hi,
Thanks for reply. Unfortunatly thats no solution.
It doesn't mach with the barcode on the product packaging.


Top
 Profile  
 
 Post subject: Re: Ean13 BarCode Generator
PostPosted: Thu May 20, 2010 6:44 pm 
Offline
MVP Microsoft Dynamics NAV
Site Supporter

Joined: Fri Jun 06, 2003 9:01 pm
Posts: 6979
Location: L.I., New York
Country: United States (us)
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-PZN

_________________
Harry Ruiz
http://www.cosmeticsolutions.com
http://www.autismspeaks.org


Top
 Profile E-mail WWW  
 
 Post subject: Re: Ean13 BarCode Generator
PostPosted: Thu May 20, 2010 9:57 pm 
Offline

Joined: Tue May 06, 2008 2:56 pm
Posts: 350
Location: Walton-On-Thames
Country: United Kingdom (uk)
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 Ltd


Top
 Profile  
 
 Post subject: Re: Ean13 BarCode Generator
PostPosted: Thu May 20, 2010 10:15 pm 
Offline

Joined: Sun Jan 07, 2007 11:08 pm
Posts: 60
Location: Holland
Country: Netherlands (nl)
looks like ean13 only
](*,)


Top
 Profile  
 
 Post subject: Re: Ean13 BarCode Generator
PostPosted: Thu May 20, 2010 10:59 pm 
Offline
MVP Microsoft Dynamics NAV
Site Supporter

Joined: Fri Jun 06, 2003 9:01 pm
Posts: 6979
Location: L.I., New York
Country: United States (us)
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;

_________________
Harry Ruiz
http://www.cosmeticsolutions.com
http://www.autismspeaks.org


Top
 Profile E-mail WWW  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 10 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum


Search for:
Jump to: