tBarcode SDK in NAV 2009
systemIO
Member Posts: 5
Hey guys,
I just bought the tBarcode SDK to print Code128 Barcodes in NAV 2009 Reports. I followed the instructions from TEC-IT's Tutorial.
It works perfectly fine if I preview the report but when it comes to physical printing it somehow skips the whole report.
This is my code:
OnInitReport()
OnAfterGetRecord()
CreateLinearBarcode128()
OnPostDataItem()
OnPostReport()
I already used the search here on mibuso and found some related posts but I don't want to resurrect some 4 year old Threads.
Thanks for your help.
I just bought the tBarcode SDK to print Code128 Barcodes in NAV 2009 Reports. I followed the instructions from TEC-IT's Tutorial.
It works perfectly fine if I preview the report but when it comes to physical printing it somehow skips the whole report.
This is my code:
OnInitReport()
CREATE(BC);
OnAfterGetRecord()
CreateLinearBarcode128; "Prod. Order Routing Line".Bild.IMPORT(FileNameBmp, FALSE); "Prod. Order Routing Line".CALCFIELDS(Bild);
CreateLinearBarcode128()
FileNameBmp := 'C:\TecItBitmap.bmp'; BC.Refresh; BC.BarCode := 20; //Code 128 BC.EscapeSequences := TRUE; BC.Text := "Prod. Order Line"."Item No."; pxWidth := BC.CountModules; pxHeight := 50; nXRes := 100; nYRes := 100; BC.SaveImage(FileNameBmp, 0, pxWidth, pxHeight, nXRes, nYRes);
OnPostDataItem()
CLEAR("Prod. Order Routing Line".Bild);
OnPostReport()
CLEAR(BC);
I already used the search here on mibuso and found some related posts but I don't want to resurrect some 4 year old Threads.
Thanks for your help.
0
Answers
-
Hey there,
I found the mistake myself. I forgot to install the SDK on the NAV Servers. So when physically printing the report from the RTC it fired an Exception because NAV wouldn't know about the class from the sdk.
Additionally I had to install the SDK on our printer server to get this thing to work properly.
Thanks anyway.0 -
thx for the update. And for the link to TEC-IT. didn't know them.0
Categories
- All Categories
- 73 General
- 73 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
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 328 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions