Thanks, George. I did find this code somewhere and it does do what I want.

Quantity.SetFocus
Quantity.SelStart = 0
Quantity.SelLength = Len(Quantity.text)

The text box stuff is painted blue and when you start typing you wipe out
what is there with the new stuff you type. Works great for my purpose.

George Walters

-----Original Message-----
From: [email protected] [mailto:[email protected]] On
Behalf Of George Henne
Sent: Tuesday, March 02, 2010 2:00 PM
To: [email protected]
Subject: Re: [nsbasic-ce] autocomplete help

There is no option to turn off autocomplete.

While there isn't any typeover mode, you might be able to accomplish the
same thing by setting the contents to "" when the field gets focus.


>How can I enable and disable autocomplete. It's currently set on and I
>would like to turn it off. It's getting in the way of buttons etc.
>
>While I'm at it I would like to enable a text box for type over mode so
>the user would not have to swipe the field....I'm using a barcode
>scanner and swiping would be a pain.
>
>Thanks for a code snippit or any help.
>
>George
>
>
>
>------------------------------------
>
>Yahoo! Groups Links
>
>
>



------------------------------------

Yahoo! Groups Links




-- 
You received this message because you are subscribed to the Google Groups 
"nsb-ce" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en.

Reply via email to