Navertica Bar Code Generator
This utility is written to make easier of using bar codes in MS Dynamics NAV.
Supported Bar Codes in current version:
- EAN8
- EAN13
- UPC_A
- UPC_E
- Interleaved2of5
- Code2of5
- Code11
- Code39
- Code93
- Code128
- ISBN
- DataBar_Limited
- DataBar_Expanded
- DataBar_Truncated
- DataBar_Stacked
- JapanPost
- OneCode
- PostNet
- RoyalMail
- AusPost
- KIX
- ITF14
- DataMatrix
- MaxiCode
- PDF417
- AztecCode
- MSI
- RationalizedCodebar
- Plessey
- Pharmacode
Demo limitations:
- sometimes printed "NAVERTICA a.s." over the bar code
Known issues of this version:
- uncomfortable positioning and sizeing
- some of parameters are specified as text value (next versions will be supporting enumrate values)
http://www.mibuso.com/dlinfo.asp?FileID=1158
Discuss this download here.
Comments
Thanks!
A Microsoft Dynamics Nav End User
Version US 4.00 SP3 (5.0 SP1)
The download section has lots of barcode solutions.
Depending on what you are looking for their might be easier options
http://www.BiloBeauty.com
http://www.autismspeaks.org
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
So once they are imported and not in our license we can't delete them as a end user? How do I renumber the object before importing them? The file is a fob.
A Microsoft Dynamics Nav End User
Version US 4.00 SP3 (5.0 SP1)
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Microsoft Dynamics NAV
You do not have permission to run the 'File, Import, Text' System.
Contact the system manager if you need to have your permissions changed.
OK
A Microsoft Dynamics Nav End User
Version US 4.00 SP3 (5.0 SP1)
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
There next to the author is a mail symbol.
Try emailing him and ask directly since it's a demo/trial version.
Or you can search the download section for barcode to look at some free programs
http://www.BiloBeauty.com
http://www.autismspeaks.org
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
I am using NAV3.7 [windows 8 machine]. I imported the objects and getting compilation error because of a missing table "99008535".
I was wondering whether I need to direct to some other table or create a new table .
thanks,
Srivas
it comes up with following error
"barcodeprinter.dll was loaded. But the DllRegisterserver entrypoint was not found. The file cannot be registered".
On global variable, automation variable - I cannot see the library.
Any suggestions please?
Thanks
simply do this, open cmd with "run as administrator" and type the following :
1. cd\
2. cd C:\Windows\Microsoft.NET\Framework\v4.0.30319
3 regasm 'path and name of the dll.dll'
Thats it
cd "c:\Program Files (x86)\NAVERTICA a.s\NAV Ba Code Printer"
"c:\Windows\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe" BarCodePrinter.Dll /tlb
Than you should see the library under name "BarCodePrinter"...
Of course, the demo is not usable on NAV 2013 and newer on server side (no support for 64bit in this library, no support for server-side automations in NAV). Full version of the library includes possibility to generate anything what you can define in postscript (rotated texts etc.) and is supporting the DotNet interop and 64bit on NAV 2013 and newer (server side generating).
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Thank you.