I have 2 DSFloatLabelEditText of the design support library. For filling the first one I have a buton to use a BarcodeScaner with some code like this:
Sub BarcodeOk(Value As String)
DSFloat1.Text = Value
DSFloat2.RequestFocus
End Sub
Sub DSFloat2_FocusChanged (HasFocus As Boolean)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.