DataList Control won't match user's keystrokes when list too long 
Author Message
 DataList Control won't match user's keystrokes when list too long

I Have a DataList Control on my form, which has a 1000 or so
lines from the RecordSet. I want it to use extended matching so
that when a user types a few letters while on the control, the
next matching line on the list will be selected.
Now, a DataList Control has a property just for that - I set
MatchEntry to dblExtendedMatching and it works, but it would only
match an entry if it within the next 50 or so lines.

My guess is, this has to do with some sort of paging mechanism
inside DataList, which prevents the entire 1000 lines from
loading into memory, but isn't the whole point of matching to
help the user navigate through long lists?

Any insight in the matter will help. And thanks in advance.

Israel Tsadok

I'm using VB6 SP3 on a Windows 2000 Pro machine.

Sent via Deja.com http://www.*-*-*.com/
Before you buy.



Tue, 01 Oct 2002 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. DataList Control won't match user's keystrokes when list too long

2. DataList won't fill???

3. DataList won't fill???

4. DataList won't fill???

5. DBComboBox won't do matching

6. Regular Expression won't match.

7. regular expression won't match single digit

8. Simple script won't run on certain user's PC

9. Tip : VB.NET Form Won't Close on Me.Close + User Controls

10. Click event won't fire on a user control

11. User Control won't FIRE EVENTS

12. User Won't Show In Users and Passwords

 

 
Powered by phpBB® Forum Software