PC Review


Reply
Thread Tools Rate Thread

Allowing a field to use CR or TAB to move to next field ?

 
 
Wapiti
Guest
Posts: n/a
 
      14th Sep 2004
I have a barcode app, the barcode has a postamble of a CARRIAGE RETURN.
When the user scans this code, I want it to enter the data into the field
and move to the next field. How do I tell the field to do that?


 
Reply With Quote
 
 
 
 
Paul G. Tobey [eMVP]
Guest
Posts: n/a
 
      14th Sep 2004
..NET CF 1.0 SP2 will tab from field to field, if you install that on your
device. You could probably come up with some other way of catching the Tab
or CR character and doing the focus change, yourself, too, if you wanted to.

Paul T.

"Wapiti" <(E-Mail Removed)> wrote in message
news:e%(E-Mail Removed)...
>I have a barcode app, the barcode has a postamble of a CARRIAGE RETURN.
>When the user scans this code, I want it to enter the data into the field
>and move to the next field. How do I tell the field to do that?
>



 
Reply With Quote
 
Wapiti
Guest
Posts: n/a
 
      14th Sep 2004
Yep, thats what I ended up doing. For those who need this, here is what I
did. I also set my scanner to use a CR postable. Haven't tested it under
the scanner yet tho - but it should work... right? -Mike

txtTransEmpl.AcceptReturn = True

Private Sub txtTransEmpl_KeyDown(ByVal sender ...
If e.KeyCode = Keys.Enter Then
txtTransPartNo.Focus()
End If


"Paul G. Tobey [eMVP]" <ptobey no spam AT no instrument no spam DOT com>
wrote in message news:(E-Mail Removed)...
> .NET CF 1.0 SP2 will tab from field to field, if you install that on your
> device. You could probably come up with some other way of catching the
> Tab or CR character and doing the focus change, yourself, too, if you
> wanted to.
>
> Paul T.
>
> "Wapiti" <(E-Mail Removed)> wrote in message
> news:e%(E-Mail Removed)...
>>I have a barcode app, the barcode has a postamble of a CARRIAGE RETURN.
>>When the user scans this code, I want it to enter the data into the field
>>and move to the next field. How do I tell the field to do that?
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
move phone numbers from company field to business field =?Utf-8?B?VHlzb24=?= Microsoft Outlook VBA Programming 3 9th Jun 2006 05:38 PM
How do I move from Field to Field in a specific order? =?Utf-8?B?TWFyeUI=?= Microsoft Access 1 28th Feb 2006 05:49 PM
Move data from middle of field into a new field... =?Utf-8?B?Um9u?= Microsoft Access 0 10th Jan 2005 08:41 PM
I MEAN: Can I move some data in one field to another field? Matt Meserve Microsoft Access Queries 1 10th Dec 2004 04:40 PM
Move contacts from Other phones field to Home field tkhattab@sscomp.ae Microsoft Outlook Contacts 1 6th Dec 2003 02:20 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:15 AM.