Intermec Home

How to Buy | Partner Login

Developers Forum

Reply
Member
csdurbin
Posts: 1
Registered: October 30 2009
0

TAB Postamble on CK3

I am having an issue similar to this thread.

 

I have a VB.NET application, that I have developed, running on a CK3a. The scanner has been set with a \t (\x09) as a scan postamble. The program worked great. You could scan a barcode into a textbox control, the box would get the TAB at the end of the scan and move to the next textbox automatically. I upgraded the firmware from 3.40.18.0102 to 3.45.26.0031 and this no longer works. I installed the program on a different scanner that hasn't been updated with the new firmware and it works correctly.

 

Anyone have any idea on how to fix this?

 

Thanks.

 

C.Durbin

Member
giancarlo
Posts: 2
Registered: April 15 2009

Re: TAB Postamble on CK3

There is a patch. you can contact support in knowledge central.

New Member
jchaddmc
Posts: 1
Registered: November 24 2009

Re: TAB Postamble on CK3

I had the same problem you mentioned, only my CK3a1 came w/the firmware version you upgraded to.  The helpful support guy Fred, emailed me a new version of the "IVA" which includes the Intermec Settings program.  Installing this new version  (which may cause you to lose all custom settings that you might have set via this program) fixed the problem for me.  I did have to go back in and set the post-amble again.  The cab file zip he gave me is called itcivack3wm.cab, but you need to get the right version (and I don't know the version ID). 

 

The version that didn't work for me is the one where all the options appear in a tree-like structure that you can collapse & expand with +-.  It also requires you to save your settings manually.  The new version gives you the categories as buttons you tap and each one takes you a level deeper.  After you make your change, you click OK & the setting is saved automatically.

 

HTH

New Member
rmurcela
Posts: 1
Registered: May 10 2010
0

Re: TAB Postamble on CK3

I have the same problem as well. Where can i download the patch to correct the problem?

Intermec Expert
hjgode
Posts: 1,589
Registered: January 29 2009

Re: TAB Postamble on CK3

Go to intermec.custhelp.com; clickFind Answer; Select Search by Product: Computer; Select CK3; enter search text "Postamble"; select Similar Phrase and you will find KC answer 11798

 

Although the problem desription does not mention a TAB, it should work for you.

 

I am sorry, you have to have sometimes a lot of phantasy to find answers in KC.

 

I dont know the version of SSPB you have installed, but the actual SSPB on the downloads page of the CK3 is of 21th may 2010: http://webapps.intermec.com/EFulfillment/SoftwareListForm.aspx?SoftwareID=2564. It should also have some SRs and fixes builtin.

 

I am not sure if it is a good idea to install the old OS 3.40 SSPB 6.20.29.0432 onto OS 3.45 or later devices. The SSPB on the downloads page is currently  SSPB 6.20.33.0474

 

.....................Don't be lazy, give KUDOS........................
-------------==========================--------------
See all my tips and tools at hxxp://www.hjgode.de/dev
and the NEW http://www.hjgode.de/wp
code at google com:
http://code.google.com/p/itc-keyboard/
http://code.google.com/p/rdesktop-ce/
http://code.google.com/p/win-mobile-code/source/browse/#svn%2Ftrunk
Intermec SE
abarnier
Posts: 64
Registered: February 12 2009

Re: TAB Postamble on CK3

That KC Answer has now been removed. Please refer to Answer ID 12002

 

Mobile 6 postamble "carriage return" not working in VB.net

 

Below is a working vwconfig.ini which supports both a TAB and CR. Create a file containing this called vwconfig.ini, copy into the device \Windows folder and reboot.

 

[VWConfig]
DumpConfig="1"

[DEFAULT_APPLICATION]
WindowName="(NULL)"

;;;Replace CR & TAB with CR & TAB , but with EVENT

;;;;;;;;;;;;;;;;;;ASCII;;;ASCII;;;;;;;;;;;;;VKey for Event
RegSeq="0x000D POST_CHAR PLAIN 0x0D 0x1C 0x00000000"
RegSeq="0x0009 POST_CHAR PLAIN 0X09 0X0f 0xff000000"

 

 

 


© 2010 INTERMEC TECHNOLOGIES CORPORATION. ALL RIGHTS RESERVED.