cancel
Showing results for 
Search instead for 
Did you mean: 

Re: ITS Mobile – Enter and Function Key Issues

Former Member
0 Kudos

Hi,

We are using device motorola MC9090 and OS version 05.01.0478 [ Window pocket OS]

we have designed the ITS application using module pool screens , we are facing below problems

1.After scanning the barcode enter should perform automatically and in our case manual enter[ in Barcode key pad] also not working

2.all the fields are appearing in single column in barcode brower [ IE]

please suggest on this .

without industrial browser whether we can achieve this

BRANCH to a NEW thread as previous thread was 5 years old Message was edited by: Oisin ONidh - ITS SCN Moderator

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Satya,

1. After scanning the barcode, ideally, just the alphanumeric value of the barcode should appear in the input box where the focus is there. If you want to explicitly put the focus on the next input box, you can do so by adding javascript code to shift focus to the next input box in the HTML script. You can find the syntax in the HTML template itself [<input box name>.focus() ].

2. You can add the fields in a proper table form by adding the HTML table tags: <table><tr><td>.

For you refer document: and threads: ,   and this one ->

cris_hansen
Advisor
Advisor
0 Kudos

Hello Satya,

Please read SAP note 1311169 - ITSmobile: Barcode scanner AutoEnter . This should help.

Regards,

Cris

Add note title "- ITSmobile: Barcode scanner AutoEnter " Message was edited by: Oisin ONidh