Hi,
i hope this a simple question.
i have a simple app with 2 labels,2 textboxes , 6 buttons and 1 listview.
the data entered into the textboxes comes from a scanner with a <cr> at the end. from box 1 to box to jumps correctly. in order to have it go to first texbox. at the second box i added
Sub txtLocation_EnterPressed
txtPart.RequestFocus
End Sub
however the focus does not change.
shouldn't the EnterPressed pickup the <CR> sent from scanner?
what am i doing wrong?
thanks in advance
Simon
i hope this a simple question.
i have a simple app with 2 labels,2 textboxes , 6 buttons and 1 listview.
the data entered into the textboxes comes from a scanner with a <cr> at the end. from box 1 to box to jumps correctly. in order to have it go to first texbox. at the second box i added
Sub txtLocation_EnterPressed
txtPart.RequestFocus
End Sub
however the focus does not change.
shouldn't the EnterPressed pickup the <CR> sent from scanner?
what am i doing wrong?
thanks in advance
Simon