Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

barcode input screen issue

Former Member
0 Kudos

hi all,

i'm working on barcode program. my problem is when i scan the barcode, the data is not filling in the screen field properly.

means the field is not filling the full data

My barcode data is

123

24.11.09

4500000024

25.1.09

ABB01

1

BOC000000009

PC

100

my screen field is filling like this

Bill No 123 Bill Date 4.11.09

PO NO 500000024 PO Date 25.1.09

Vendor Code ABB01

Line item Item code UOM Qty

1 BOC000000009 pc 100

any one having any idea please give my the solution.

regards,

bab

3 REPLIES 3

Former Member
0 Kudos

hi,

any one having any idea please give me a solution.its emergency.

regards,

bab

Former Member
0 Kudos

Hi ,

Debug and check at the point where your BAR CODE is populated to the screen fields.

You might have seperated these fields from a string. Check that place in code.String will have space between individual field values.

Check offset for the fields in which character is missing.Use same offset as the one used in types or screen fields.

0 Kudos

hi harsh,

My barcode data is not a linear(horizontal). My barcode data is Vertical. that means first line billno, second line bill date, third line po number and 4th line po date like that its coming while i scan the barcode. But data flow is proper but in my screen its not coming properly.

i not getting why its coming like this. even vertical barcode data also we need to separate??

regards,

bab