Generate FNC1-code in EAN128 barcode with NAVIBAR.EXE
Jean_Visschers
Member Posts: 4
I'm using NAVIBAR.EXE to create barcodes within Navision reports. I must add the FNC1 symbol in the barcode.
Can somebody give me a hint or the solution
Can somebody give me a hint or the solution
Jean
0
Comments
-
Hello Jean,
for help you should show us your navision code with an example ean128 code.
Ralph0 -
Hello, Ralph
By this the Navision code:
txtBarcode = 10000001
ok:= SHELL(STRSUBSTNO('%1%2%3%4%5%6%7',
recSRSetup."Place and Name Barcode Program", // Programm
' ' + txtBarcode + '{', // code to generate
'15'+'{', // barcodetype
'300'+'{', // width in pixel
'50'+'{', // high in pixel
recSRSetup."Place Barcodes" + '\beeld2.bmp', // destination for the .bmp-file
'{false')); // geen tekst afdrukken
The barcode is (10)000001, the approximated barcode must be:
{Start C}{FNC1}10000001{FCN1}{CD}{STOP}
CD= Check DigitJean0 -
Hi Jean,
I am having the same problem. Did you find a fix for FNC1?
I origally created my barcode using code128 from a table of look-ups characters etc. with a codeunit and used a downloaded windows font for the print. And used array to split out barcode data and human readable equiv.
line1[1] := FORMAT(StartBit) + GenerateBarCode.CalcCheckSum('A',
'02' + FORMAT(Prefix) + item."Outer Bar Code" +
'15' +FORMAT("Shipping Best Before Date",0,'<year><month,2><day,2>')
+ '37' + PadStrL(FORMAT(("Shipping No of Cases" DIV 1)),8,'0')+ '10' + "Batch No.");
line1[2] := '(02)'+ FORMAT(Prefix) + item."Outer Bar Code" +
'(15)' + FORMAT("Shipping Best Before Date",0,'<year><month,2><day,2>')
+'(37)' + FORMAT(("Shipping No of Cases" DIV 1))+ '(10)' + "Batch No.";
If my code 128 is of any use to you, I can explain further.0 -
Hi,
to generate the FNC1 try the ascii-code 242.
Ralph0
Categories
- All Categories
- 75 General
- 75 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K 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
- 610 NAV Courses, Exams & Certification
- 1.9K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 251 Dynamics CRM
- 103 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions