Barcode printing in Report
shivaprasad263
Member Posts: 70
hi Experts,
I have to show the barcode in report based on the item. I have taken new textbox with source expression as '*'+"Item"."No."+'*' . And I changed the font as 39251. The process , what I am doing is it correct ? . Can any body give me your valuable suggestions.
I have to show the barcode in report based on the item. I have taken new textbox with source expression as '*'+"Item"."No."+'*' . And I changed the font as 39251. The process , what I am doing is it correct ? . Can any body give me your valuable suggestions.
0
Comments
-
othr than "item" not needing quotes and changing the font to barcode3of9 it should work - don't forget to expand the text box to a half decent size.
the barcode font needs to be installed on all machines that will print this report.0 -
Savatage wrote:othr than "item" not needing quotes and changing the font to barcode3of9 it should work - don't forget to expand the text box to a half decent size.
the barcode font needs to be installed on all machines that will print this report.
ok, I have changed the source Expression as Ite."No." and changed the font to barcode3of9 . when I run the report it not showing the barcode, instead it showing the item itself, It means whether I have to install the barcode fonts. If so can u pls, tell me how should I get those fonts.0 -
In partnersource there are TTF fonts of barcode.
https://mbs.microsoft.com/knowledgebase ... UKKYXKSWLK0 -
-
ajhvdb wrote:Which font uses 128B and with which checksum?
Happy day for you
http://www.mibuso.com/dlinfo.asp?FileID=4050 -
nunomaia wrote:In partnersource there are TTF fonts of barcode.
https://mbs.microsoft.com/knowledgebase ... UKKYXKSWLK
What is the exact font name that I type in the fontname property? Does this work for 4.0? I've downloaded the fonts, I know it works because I've used the fonts in Word, and it works. How do I get that to work with Navision?Another way: http://yourfuture.myshaklee.com0 -
I use in reports font name "Code39 TT"
It works without any problems.0 -
nunomaia wrote:I use in reports font name "Code39 TT"
It works without any problems.
I tried that, it still does not work. I guess I'm not convinced that "Code39 TT" is part of the fonts I downloaded from earlier in this thread. Any ideas?Another way: http://yourfuture.myshaklee.com0 -
The Font name I Use is "BC C39 3 to 1 Narrow"
Start->Control Panel->Fonts Should give you the name you need
Here are some more barcode fonts
http://savatage99.googlepages.com/BarcodeFonts.zip0 -
Savatage wrote:othr than "item" not needing quotes and changing the font to barcode3of9 it should work - don't forget to expand the text box to a half decent size.
the barcode font needs to be installed on all machines that will print this report.
I tried using a symbol scanner to scan this barcode, didnt work!
could there be a use of barcode when u cant scan it?Regards,
GD0 -
don't forget that barcode 39 needs '*' before and after code
sample
* + value + *0 -
ok i see the stars '*' before and after the code thats what makes the scanner to scan the barcode.
thanks \:D/Regards,
GD0 -
Savatage wrote:The Font name I Use is "BC C39 3 to 1 Narrow"
Start->Control Panel->Fonts Should give you the name you need
Here are some more barcode fonts
http://savatage99.googlepages.com/BarcodeFonts.zip
Thank you very much, kind Sir!
Another way: http://yourfuture.myshaklee.com0 -
-
Savatage wrote:Can I assume {Solved} ?

Printing of the barcode is. I do have another situation on the same project. We are implementing scanners for 19 plants all over the US for the first time. After some ardous and painful battling, I lost the arguement that we should go online with the scanners and certain aspects propelled us to go batch mode on our scanners. I'm using PSC 4410 Falcon scanners. It is using Word mobile as the storage media for the data collected. I want to print as a bar code the following:
'*' + "Document No." + ',' + FORMAT("Line No.") + '*'
The '*' is necessary for my scanner to read the barcode since i'm using 3 of 9. However, when I put the above in the source expression of the text object, my scanner comes up with a different output.
Any ideas?Another way: http://yourfuture.myshaklee.com0 -
What is the output?
Why Format the Line #?0 -
Savatage wrote:What is the output?
Why Format the Line #?
I'm not sure I follow the questions. The output is some stuff I have no clue about... It doesn't make sense.
As far as why format the Line No., that is so that I can use a text type source expression and an integer expression in one SourceExpress property. Code + Text + Integer won't work so the function format is necessary.Another way: http://yourfuture.myshaklee.com0 -
'*' + "Document No." + ',' + FORMAT("Line No.") + '*'
If your Doc # is ABC123 and Line # is 10000
you want your result to be ABC123,10000???
What I meant by what is the output....
Open Notepad - Scan your barcode and see what the result is that appears in notepad.
Also, Does it need to be combined? How about 2 seperate textboxes?
1) '*'+"Document No."+'*'
2) '*'+"Line No."+'*'0 -
nunomaia wrote:don't forget that barcode 39 needs '*' before and after code
sample
* + value + *
Hi,
am also facing the same problem in NAV 40.
How do you put in the * in the code??
I tried inthe source exp but it is not allowed.
Example: In the print Bar code field of the report, i defined the font using barcode30f9 TT, and in the source expression below i set up as
*"Cross-Reference No."*.
However, am getting an error. Help??? :oops:
Thanks0 -
lockwc wrote:nunomaia wrote:don't forget that barcode 39 needs '*' before and after code
sample
* + value + *
Hi,
am also facing the same problem in NAV 40.
How do you put in the * in the code??
I tried inthe source exp but it is not allowed.
Example: In the print Bar code field of the report, i defined the font using barcode30f9 TT, and in the source expression below i set up as
*"Cross-Reference No."*.
However, am getting an error. Help??? :oops:
Thanks
Ok, issue resolved. Finally found out the problem - due to the *.
Thanks everybody.0 -
See a couple of posts above
These are working source expressions1) '*'+"Document No."+'*'
2) '*'+"Line No."+'*'0 -
I have tried the barcode "Free 3 of 9 Extended', one of my computers showed the barcode, and everything was ok.
But the other two computers didnot work, it didnot show the barcode, it showed the Item."No." itself, can anyone help me?
thank you very much.0 -
There is a free Code39 with sample code in Office and VB at
http://www.idautomation.com
It works great with NAV. Tested it with a Symbol scanner.
:!: Make sure to check the EULA :!:Kind Regards,
Ewald Venter0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K 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
- 323 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