PC Review


Reply
Thread Tools Rate Thread

anyone come up with google type auto complete text box

 
 
Chris K
Guest
Posts: n/a
 
      28th Jul 2010
Currently using combos populated with list of data already used in this
field - then use code to expand the list when the user presses down arrow

but has anyone come up with google type auto complete text box

 
Reply With Quote
 
 
 
 
Mike Painter
Guest
Posts: n/a
 
      30th Jul 2010
You could expand on Alllen's suggestion by building an index with the help
of the split functionon (almost) every word in the field. A "stop list"
dumps common words such as "as", "if", "to" and so on.

"The big red wagon". would index big, red, and wagon
"Red sails in the sunset" would store red, sails, and sunset.
Entering words in any order would return the relative records.

(And yes I "borrowed" this from Pick.)




Allen Browne wrote:
> It can be done, if you use the Change property of the text box to
> examine its Text (not Value), store SelStart and SelLength, lookup up
> the nearest match, assign this as its Value, and then select the
> remaining characters again.



>
> "Chris K" <(E-Mail Removed)> wrote in message
> news:Hz04o.103323$xf1.89595@hurricane...
>> Currently using combos populated with list of data already used in
>> this field - then use code to expand the list when the user presses
>> down arrow but has anyone come up with google type auto complete text box



 
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
I want the date to auto complete when I start to type Regan Microsoft Word Document Management 3 20th Oct 2011 06:45 PM
What happened to Auto Text and Auto Complete in Word 2007? medtran Microsoft Word Document Management 6 25th May 2011 03:49 PM
auto text, auto correct, auto complete Linda4343 Microsoft Word Document Management 2 28th Jan 2009 10:13 PM
Auto complete tip of the auto text does not show up. =?Utf-8?B?QWxleGFuZGVyLg==?= Microsoft Word Document Management 12 28th Nov 2007 09:24 PM
Type Ahead or Auto Complete Ken Microsoft Outlook 2 17th Aug 2003 03:18 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:20 PM.