NAV adding 'am' to end of barcoded lot number
gadzilla1
Member Posts: 316
Hello all,
I'm working on a report that displays a lot# as a barcode (lets say the test lot# is '100600').
When I scan into MS Word the lot# displays as '100600'.
When I scan into NAV the lot# displays as '100600am'.
The textbox is using 3 of 9 barcode font and the length of the textbox displays the entire lot#. Has anyone encountered this issue?
Thank you very much for any help! Chris
I'm working on a report that displays a lot# as a barcode (lets say the test lot# is '100600').
When I scan into MS Word the lot# displays as '100600'.
When I scan into NAV the lot# displays as '100600am'.
The textbox is using 3 of 9 barcode font and the length of the textbox displays the entire lot#. Has anyone encountered this issue?
Thank you very much for any help! Chris
0
Comments
-
gadzilla1 wrote:Hello all,
I'm working on a report that displays a lot# as a barcode (lets say the test lot# is '100600').
When I scan into MS Word the lot# displays as '100600'.
When I scan into NAV the lot# displays as '100600am'.
The textbox is using 3 of 9 barcode font and the length of the textbox displays the entire lot#. Has anyone encountered this issue?
Thank you very much for any help! Chris
What I'm reading is you created a report which displays a barcode.
You went with the 3of9 font option of barcodes which requires the '*' in the front & end ('*'+"my field"+'*')
Then you print it out & when you go to scan it it's showing correctly in word by NOT in the field you need to scan it into. Is this correct?
Have you tried to scan the barcode into other places like a description field or in the comment line to see if you get the same result?0 -
Correct on all of your questions, and thanks for the suggestions. I scanned into the description (and other fields) and got the same result ('am').
One thing I noticed in MS Word is that although the lot# displayed correctly as '100600', I double clicked on the number and saw there were two blank characters, or a return following, like: '100600 '
I'm assuming this is where the 'am' issue comes from. So, I went directly to the ILE table where the lot# variable exists, copied and pasted and saw no 'am' or empty spaces...
Weird! Any help greatly appreciated (and thank you).0 -
txtCharsToKeep := '0123456789';
FieldYouWantToClean := DELCHR(FieldYouWantToClean,'=',DELCHR(FieldYouWantToClean,'=',txtCharsToKeep));
you can add a code on your report to clean out any potential extra characters. when creating the bardcode.
are you using the '*'s perhaps you have a '* ' somewhere that adds and extra space?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