<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Комментарии на: Курс Молодого Самурая: Печать штрих-кода в отчетах Microsoft Dynamics NAV</title>
	<link>http://www.nav4u.ru/archives/92-kurs-molodogo-samuraya-pechat-shtrix-koda-v-otchetax-microsoft-dynamics-nav/</link>
	<description></description>
	<pubDate>Sun, 20 May 2012 06:18:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>От: apanko</title>
		<link>http://www.nav4u.ru/archives/92-kurs-molodogo-samuraya-pechat-shtrix-koda-v-otchetax-microsoft-dynamics-nav/#comment-3544</link>
		<dc:creator>apanko</dc:creator>
		<pubDate>Sat, 21 Jan 2012 11:16:56 +0000</pubDate>
		<guid>http://www.nav4u.ru/archives/92-kurs-molodogo-samuraya-pechat-shtrix-koda-v-otchetax-microsoft-dynamics-nav/#comment-3544</guid>
		<description>6. QR Codes for Microsoft Dynamics NAV
http://blogs.msdn.com/b/nav/archive/2012/01/19/qr-codes-for-microsoft-dynamics-nav.aspx</description>
		<content:encoded><![CDATA[<p>6. QR Codes for Microsoft Dynamics NAV<br />
<a href="http://blogs.msdn.com/b/nav/archive/2012/01/19/qr-codes-for-microsoft-dynamics-nav.aspx" rel="nofollow">http://blogs.msdn.com/b/nav/archive/2012/01/19/qr-codes-for-microsoft-dynamics-nav.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>От: apanko</title>
		<link>http://www.nav4u.ru/archives/92-kurs-molodogo-samuraya-pechat-shtrix-koda-v-otchetax-microsoft-dynamics-nav/#comment-3509</link>
		<dc:creator>apanko</dc:creator>
		<pubDate>Sat, 17 Jul 2010 10:17:00 +0000</pubDate>
		<guid>http://www.nav4u.ru/archives/92-kurs-molodogo-samuraya-pechat-shtrix-koda-v-otchetax-microsoft-dynamics-nav/#comment-3509</guid>
		<description>5. Name: EAN 8/13 Code 39/128 Barcode Creator    
 
Description: Encoding: EAN8, EAN13, Code 39 &#038; Code 128
This creates a barcode in pure C/AL, the barcode is created as a BMP that is contained in a BLOB field.
This requires no external components or additional fonts.

Uses the TempBlob Table

Based on: http://www.mibuso.com/dlinfo.asp?FileID=1185 

http://mibuso.com/dlinfo.asp?FileID=1192</description>
		<content:encoded><![CDATA[<p>5. Name: EAN 8/13 Code 39/128 Barcode Creator    </p>
<p>Description: Encoding: EAN8, EAN13, Code 39 &#038; Code 128<br />
This creates a barcode in pure C/AL, the barcode is created as a BMP that is contained in a BLOB field.<br />
This requires no external components or additional fonts.</p>
<p>Uses the TempBlob Table</p>
<p>Based on: <a href="http://www.mibuso.com/dlinfo.asp?FileID=1185" rel="nofollow">http://www.mibuso.com/dlinfo.asp?FileID=1185</a> </p>
<p><a href="http://mibuso.com/dlinfo.asp?FileID=1192" rel="nofollow">http://mibuso.com/dlinfo.asp?FileID=1192</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>От: apanko</title>
		<link>http://www.nav4u.ru/archives/92-kurs-molodogo-samuraya-pechat-shtrix-koda-v-otchetax-microsoft-dynamics-nav/#comment-3377</link>
		<dc:creator>apanko</dc:creator>
		<pubDate>Wed, 18 Mar 2009 15:20:01 +0000</pubDate>
		<guid>http://www.nav4u.ru/archives/92-kurs-molodogo-samuraya-pechat-shtrix-koda-v-otchetax-microsoft-dynamics-nav/#comment-3377</guid>
		<description>Еще материалы по штрихкодам в NAV с сайта mibuso.com:

1. Barcode 3 of 9 (code39) generation codeunit
This upload contains a codeunit that will generate a code 3 of 9 barcode without using any external resources; no fonts, no DLLs, nothing.
How it works
The codeunit generates a BMP 'file' on the fly using C/AL. The image is stored in a BLOB field on some record. The record is never written to the database so it doesn't matter what table is used. This code uses the 'Object' table.
Advantages
Unlike a font (eg: http://www.squaregear.net/fonts/free3of9.shtml ) this can be displayed at any size in both the X and Y dimensions. In addition the font doesn't have to be installed on the client machine.
The example report
Also included in this upload is a simple report that prints a barcode for each item in the database using the "Vendor item No."
http://www.mibuso.com/dlinfo.asp?FileID=1043
---------------------------------
2. 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
---------------------------------
3. This tool creates a bmp-file containing a barcode you can import into Navision. You can create barcode like ISBN,EAN13,EAN8,EAN5,EAN2,EAN128,Codebar,Code25, ... At least 24 different barcode-types. The check-digit can calculated by the program.
New version:
** a lot of emails reached me from people all over the world who use my program. Some of them have hints to make a good program better. Here is a new Version with most wish: 
- now you are able to suspress the barcodetext
- newer barcode.ocx 
http://www.mibuso.com/dlinfo.asp?FileID=106
---------------------------------
4. With this font and encode function you can create a barcode in Navision.
The CODE 128 barcode is an alphanumeric barcode with a checksum. It is widely used an can be read by most scanners. The TTF is freeware. 
http://www.mibuso.com/dlinfo.asp?FileID=405</description>
		<content:encoded><![CDATA[<p>Еще материалы по штрихкодам в NAV с сайта mibuso.com:</p>
<p>1. Barcode 3 of 9 (code39) generation codeunit<br />
This upload contains a codeunit that will generate a code 3 of 9 barcode without using any external resources; no fonts, no DLLs, nothing.<br />
How it works<br />
The codeunit generates a BMP &#8216;file&#8217; on the fly using C/AL. The image is stored in a BLOB field on some record. The record is never written to the database so it doesn&#8217;t matter what table is used. This code uses the &#8216;Object&#8217; table.<br />
Advantages<br />
Unlike a font (eg: <a href="http://www.squaregear.net/fonts/free3of9.shtml" rel="nofollow">http://www.squaregear.net/fonts/free3of9.shtml</a> ) this can be displayed at any size in both the X and Y dimensions. In addition the font doesn&#8217;t have to be installed on the client machine.<br />
The example report<br />
Also included in this upload is a simple report that prints a barcode for each item in the database using the &#8220;Vendor item No.&#8221;<br />
<a href="http://www.mibuso.com/dlinfo.asp?FileID=1043" rel="nofollow">http://www.mibuso.com/dlinfo.asp?FileID=1043</a><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
2. 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.<br />
<a href="http://www.mibuso.com/dlinfo.asp?FileID=804" rel="nofollow">http://www.mibuso.com/dlinfo.asp?FileID=804</a><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
3. This tool creates a bmp-file containing a barcode you can import into Navision. You can create barcode like ISBN,EAN13,EAN8,EAN5,EAN2,EAN128,Codebar,Code25, &#8230; At least 24 different barcode-types. The check-digit can calculated by the program.<br />
New version:<br />
** a lot of emails reached me from people all over the world who use my program. Some of them have hints to make a good program better. Here is a new Version with most wish:<br />
- now you are able to suspress the barcodetext<br />
- newer barcode.ocx<br />
<a href="http://www.mibuso.com/dlinfo.asp?FileID=106" rel="nofollow">http://www.mibuso.com/dlinfo.asp?FileID=106</a><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
4. With this font and encode function you can create a barcode in Navision.<br />
The CODE 128 barcode is an alphanumeric barcode with a checksum. It is widely used an can be read by most scanners. The TTF is freeware.<br />
<a href="http://www.mibuso.com/dlinfo.asp?FileID=405" rel="nofollow">http://www.mibuso.com/dlinfo.asp?FileID=405</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>От: apanko</title>
		<link>http://www.nav4u.ru/archives/92-kurs-molodogo-samuraya-pechat-shtrix-koda-v-otchetax-microsoft-dynamics-nav/#comment-3371</link>
		<dc:creator>apanko</dc:creator>
		<pubDate>Thu, 15 Jan 2009 12:51:51 +0000</pubDate>
		<guid>http://www.nav4u.ru/archives/92-kurs-molodogo-samuraya-pechat-shtrix-koda-v-otchetax-microsoft-dynamics-nav/#comment-3371</guid>
		<description>В продолжение совет от Alterant.
————————————————————-
Это характерно только для стандарта Code 39. * - это обязательный начальный и конечный символ, который позволяет определить направление штрихкода и служит чем-то вроде контрольной суммы (Code 39 не имеет контрольной суммы).
При использовании стандарта EAN, например, добавлять какие либо дополнительные знаки нельзя.

Подробнее здесь:
http://en.wikipedia.org/wiki/Code_39 
————————————————————-
http://forum.mazzy.ru/index.php?showtopic=12785&#038;view=findpost&#038;p=44485</description>
		<content:encoded><![CDATA[<p>В продолжение совет от Alterant.<br />
————————————————————-<br />
Это характерно только для стандарта Code 39. * - это обязательный начальный и конечный символ, который позволяет определить направление штрихкода и служит чем-то вроде контрольной суммы (Code 39 не имеет контрольной суммы).<br />
При использовании стандарта EAN, например, добавлять какие либо дополнительные знаки нельзя.</p>
<p>Подробнее здесь:<br />
<a href="http://en.wikipedia.org/wiki/Code_39" rel="nofollow">http://en.wikipedia.org/wiki/Code_39</a><br />
————————————————————-<br />
<a href="http://forum.mazzy.ru/index.php?showtopic=12785&#038;view=findpost&#038;p=44485" rel="nofollow">http://forum.mazzy.ru/index.php?showtopic=12785&#038;view=findpost&#038;p=44485</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>От: apanko</title>
		<link>http://www.nav4u.ru/archives/92-kurs-molodogo-samuraya-pechat-shtrix-koda-v-otchetax-microsoft-dynamics-nav/#comment-3370</link>
		<dc:creator>apanko</dc:creator>
		<pubDate>Thu, 15 Jan 2009 10:26:14 +0000</pubDate>
		<guid>http://www.nav4u.ru/archives/92-kurs-molodogo-samuraya-pechat-shtrix-koda-v-otchetax-microsoft-dynamics-nav/#comment-3370</guid>
		<description>Совет от Sancho.

-------------------------------------------------------------
если все сделано правильно, а сканер штрихкодов не хочет сканировать красиво распечатанный штрихкод, то выведите его на печать вот так:
'*' + barcode + '*'
шансов на прочтение станет на порядок больше!
-------------------------------------------------------------
http://forum.mazzy.ru/index.php?showtopic=12785&#038;view=findpost&#038;p=44479</description>
		<content:encoded><![CDATA[<p>Совет от Sancho.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
если все сделано правильно, а сканер штрихкодов не хочет сканировать красиво распечатанный штрихкод, то выведите его на печать вот так:<br />
&#8216;*&#8217; + barcode + &#8216;*&#8217;<br />
шансов на прочтение станет на порядок больше!<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
<a href="http://forum.mazzy.ru/index.php?showtopic=12785&#038;view=findpost&#038;p=44479" rel="nofollow">http://forum.mazzy.ru/index.php?showtopic=12785&#038;view=findpost&#038;p=44479</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

