balaprasadt
15th May 2009, 07:17
Hi,
I connected to the baan remotely from a deskptop using Intermec CK31 RF scanner. I use the scanner to scan Barcode of a item. My requirement is to transfer the control to next field automatically after scanning the item. i tried to program in Baan, not succeeded. I should not use TAB to move to the next field. TAB should be executed automatically once after scanning. Do i need to make any setting in CK31 to execute TAB immediately after scanning, or it can be programmed in Baan, if so how? please, help me if anyone have idea on this. Its urgent:(

regards,
Bala

bdittmar
15th May 2009, 10:37
Hi,
I connected to the baan remotely from a deskptop using Intermec CK31 RF scanner. I use the scanner to scan Barcode of a item. My requirement is to transfer the control to next field automatically after scanning the item. i tried to program in Baan, not succeeded. I should not use TAB to move to the next field. TAB should be executed automatically once after scanning. Do i need to make any setting in CK31 to execute TAB immediately after scanning, or it can be programmed in Baan, if so how? please, help me if anyone have idea on this. Its urgent:(

regards,
Bala

Hello,
change CR to TAB in the scanner setup !

Regards

Andy..
18th May 2010, 00:59
isnt the CK31 and handheld terminal running Winmo/CE? see pic (http://www.thebarcodewarehouse.co.uk/Assets/Images/Products/1197.jpg)

SujithKumar
13th July 2010, 18:04
I have the same issue to resolve. As one of them suggested, i programmed my scanner (I have Symbol LSI400i scanner) to sent TAD at the end of the scan.
I tried this in notepad and its reading the value and send the Tab as well
But in Baan, it still doesnt move the cursor to the next field. I suspect ASCII 9 which stands for TAb has some other meanign in Baan. ASCII 9 is also tranlates to Ctrl I.
Sames issue if i scan into word as well. Since Ctrl I is Italics in word it does italics, instead of TAB.
I would think there must be some way to deal with it

bdittmar
13th July 2010, 22:34
I have the same issue to resolve. As one of them suggested, i programmed my scanner (I have Symbol LSI400i scanner) to sent TAD at the end of the scan.
I tried this in notepad and its reading the value and send the Tab as well
But in Baan, it still doesnt move the cursor to the next field. I suspect ASCII 9 which stands for TAb has some other meanign in Baan. ASCII 9 is also tranlates to Ctrl I.
Sames issue if i scan into word as well. Since Ctrl I is Italics in word it does italics, instead of TAB.
I would think there must be some way to deal with it

Hello,
i can't find your scanner (LSI400i) on Symbol/Motorola Homepage.
I use different Scanner (Symbol, Metrologic, Teklynx a.s.o) and all model worked as expected.
You have to change CR (Factory default) to TAG with scanner-model-programming-sheet.
I test it with Excel, if cursor goes down after scanning, CR is enabled, if cursor went to right cell, TAB is enabled.
For that i can't comprehend your problem.

Regards

SujithKumar
14th July 2010, 05:46
Bernd
Thanks for the prompt reply. Sorry it was LS 4000i model.
Now the issue is fixed. I had code 1009 programmed for TAB, this one translate to Ctrl I and if the application has some mapping for that key combination (like in Ms Word Crtl I is to make Italics) it doesnt work
But now i found, after googling, we have to use function mapping keys for TAB, which sends a TAB which works fine. For Symbol LS4000i this code is 7009.
It might be that for other scanners this code might be different