ListBox Question

D

David Carter

Using a listbox on a VBA form with MatchEntry set to fmMatchEntryComplete.

When you start typing it runs right to the proper entry but what I can't
find is what controls the amount of time it will wait before it decides you
are starting over?

example: The list is populated with a 17 character field, I type the first 4
characters "241-" and it goes right to the first entry that matches, I stop
and look at my (paper) form for the rest of the characters and then start
typing the next characters "5237" and instead of going to "241-5237" it
jumps down to the first field that begins with "5" like it timed out and
started over..

Thanks.
 
D

David Carter

David Carter said the following on 7/1/2005 10:07 AM:
Using a listbox on a VBA form with MatchEntry set to fmMatchEntryComplete.

When you start typing it runs right to the proper entry but what I can't
find is what controls the amount of time it will wait before it decides you
are starting over?

example: The list is populated with a 17 character field, I type the first 4
characters "241-" and it goes right to the first entry that matches, I stop
and look at my (paper) form for the rest of the characters and then start
typing the next characters "5237" and instead of going to "241-5237" it
jumps down to the first field that begins with "5" like it timed out and
started over..

Thanks.
I found the problem, it resets itself after 2 seconds.....
now is there any way to stop it?
 
P

Peter Huang [MSFT]

Hi

Based on my research, unfortunately, it seems that there is no such a
option to change the time interval that the listbox will reset our input.
This is buildin the control, but the listbox control did not expose such a
interface for us to change it.

If you still have any concern, please feel free to post here.

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top