Hi, I need to generate barcodes in reports in NAV2013. I have downloaded multiple of the examples from the files section but none of them seem to work/scan. Some of them have unprintable chars in the barcode (start and stop chars) others print but don't scan at all.
I've tried these:
https://mibuso.com/downloads/barcode39-in-pure-c-alhttps://mibuso.com/downloads/barcode-128-with-fonts-sample
Can anyone point me to one that's actually working or tell me an alternative to creating basic barcodes in NAV?
Thanks.
Answers
Do you need to print a label? add a bar code to a invoice?
What kind of barcode do you need?
I did have to change something to get black and white barcodes (instead of black and dark grey), but I can't entirely remember what it was.
Would you happen to still be using this? Could you send me a FOB of the files? The one I downloaded doesn't seem to scan at all.
Does this work with the 128 codes? I thought the 128 needed special chars for start and stop.
you can use a DLL from ZXing and get a code128 image from the code you need to print
This is the report with the example:
Regards
I did try it and it didn't work. Thanks.
I'm sorry for the delayed response.
I'll send you a txt version.
Dumb question but where do you get a DLL? I have googled and can only seem to find the github project.
This is the link to the DLL
https://github.com/micjahn/ZXing.Net/releases
Regards
Thanks... I wonder if maybe it's because I'm on NAV 2013 but no matter which DLL I choose I get an error saying "Could not load type ''." I even tried to use 16.0.0
Where do you copy the DLL and what dotNet version ?
The example I posted is runnign in a NAV2013 version.
Regards
For the latst version (0.16.4) and net2.0 it looks like this:
Rergards
In case anyone in the future.. You have to right click on the DLL and click "Unblock" and then also move it into the addon's folder in the services directory.