473,395 Members | 1,689 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Dropdown Web Control for quick data entry

Hi,
My customer is looking for a web control that allow them to perform
speedy data entry.

They wanted a dropdown list box which they can also key in the code
directly (like a text box).

I notice that current the dropdown box allow first character search,
(i.e. when user enter "P", the dropdown list box will "jump" to the first P
item).

So is there any way to allow multiple characters quick access (i.e. when
user enter "P" and then "R" then the list box will "jump" to the first item
that starts with "PR")

Thanks.

Regards
Developerforum
Please remove NOSPAMPLS
Nov 17 '05 #1
3 1484
SSW
I think work's u have to type very fast PR.

Other option is to follow the below steps
1) Open control panel
2) Double click keyboead option.
3) Change Repeat Rate scale bar close to slow.

Now try it.

Thanks,

sswalia
MCSD, MCAD, OCA

"Developerforum" <de*********************@hotmail.com> wrote in message
news:eM**************@TK2MSFTNGP12.phx.gbl...
Hi,
My customer is looking for a web control that allow them to perform
speedy data entry.

They wanted a dropdown list box which they can also key in the code
directly (like a text box).

I notice that current the dropdown box allow first character search,
(i.e. when user enter "P", the dropdown list box will "jump" to the first P item).

So is there any way to allow multiple characters quick access (i.e. when user enter "P" and then "R" then the list box will "jump" to the first item that starts with "PR")

Thanks.

Regards
Developerforum
Please remove NOSPAMPLS

Nov 17 '05 #2
Tried, but that is not what my customer needs. I basically make it slower
when user enter repeated characters (e.g. "eeeeeee" will be slower)

For example, at http://msdn.microsoft.com/

All Products & Technologies
Choose a Product or TechnologyAccessAccessibilityActive DirectoryActive
Server PagesApplication CompatibilityArchitectureASP.NETAudio & VideoBizTalk
ServerBuilding Distributed Applications with .NETBusiness SolutionsCommerce
ServerContent Management ServerData Access TechnologiesData AnalyzerDevice
Driver DevelopmentDirectXExchangeFrontPageHost Integration ServerInternet
ExplorerInternet Security and Acceleration ServerLonghornMapPointMapPoint
..NETMicrosoft ProjectMobile Internet ToolkitMobility and Embedded.NET
Compact Framework.NET Framework.NET SecurityOfficePocket PC &
SmartphonePrivacySecuritySharePoint Products & TechnologiesSOAPSQL
ServerSQLXML & XML Mapping TechnologiesTablet PCUDDIUser
InterfaceVisioVisual BasicVisual Basic for ApplicationsVisual C++Visual
C#Visual J#Visual FoxProVisual InterdevVisual SourceSafeVisual StudioWeb
ServicesWindowsWindows 2000Windows CEWindows ScriptWindows Server
2003Windows XPWindows XP EmbeddedXML

If user need to select "Visual Source Safe", they to be able to type "Visual
S" and this item will be selected.

Thanks.

"SSW" <fr************@hotmail.com> wrote in message
news:ed**************@TK2MSFTNGP11.phx.gbl...
I think work's u have to type very fast PR.

Other option is to follow the below steps
1) Open control panel
2) Double click keyboead option.
3) Change Repeat Rate scale bar close to slow.

Now try it.

Thanks,

sswalia
MCSD, MCAD, OCA

"Developerforum" <de*********************@hotmail.com> wrote in message
news:eM**************@TK2MSFTNGP12.phx.gbl...
Hi,
My customer is looking for a web control that allow them to perform
speedy data entry.

They wanted a dropdown list box which they can also key in the code
directly (like a text box).

I notice that current the dropdown box allow first character search,
(i.e. when user enter "P", the dropdown list box will "jump" to the
first P
item).

So is there any way to allow multiple characters quick access (i.e.

when
user enter "P" and then "R" then the list box will "jump" to the first

item
that starts with "PR")

Thanks.

Regards
Developerforum
Please remove NOSPAMPLS


Nov 17 '05 #3
hi,
I've seen this achieved by writing some client script.
The principles are to write a function that returns a
match from the list based on the user's keypress, then
storing the exact time of the keypress in a hidden field
using the data.valueOf() function. When the user next
presses a key the search is repeated, refining the search
if the current keypress is sufficiently close to the
previous one (eg n seconds apart or less). If the time
difference is greater than this value, then search from
the beginning of the string using the current keypress
value.

good luck!
alex
-----Original Message-----
Hi,
My customer is looking for a web control that allow them to performspeedy data entry.

They wanted a dropdown list box which they can also key in the codedirectly (like a text box).

I notice that current the dropdown box allow first character search,(i.e. when user enter "P", the dropdown list box will "jump" to the first Pitem).

So is there any way to allow multiple characters quick access (i.e. whenuser enter "P" and then "R" then the list box will "jump" to the first itemthat starts with "PR")

Thanks.

Regards
Developerforum
Please remove NOSPAMPLS
.

Nov 17 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: A P | last post by:
Hi! I have seen some techniques like this on the web. Currently, I'm using Combo box which values came from database table. One disadvantage is when the combo box have lots of values, users are...
32
by: Continental Translations | last post by:
Can anybody help me? I am trying to create two drop down menus, where the results of the second one vary depending on what was selected in the first one. I am using MS Script Editor in MS Front...
4
by: Doslil | last post by:
I have a form which has a subform.In the main form I have only one field (this is a drop down list and has a query attached to it) which selects empno,Name from the EmployeeInformation table. ...
3
by: John Blair | last post by:
Hi, I want to select an id column and a name column from the database and have the results databound to a SINGLE dropdown control with the value property matched to the database id column and...
11
by: Frank Rizzo | last post by:
I have a WebBrowser control on a .net 2.0 winforms app. I load up a page and want to get the selected entry of a dropdown. I can get the element: HtmlElement stationList =...
4
by: =?Utf-8?B?cmFuZHkxMjAw?= | last post by:
The code below goes into the dropdown event handler for a standard combo box. It makes the dropdown as wide as the widest text entry. Unfortunately, this combo box is on the right edge of the...
8
by: Wingot | last post by:
Hey, I have a program I am trying to write using Visual C#, SQL Server 2005/2008, and Visual Studio 2008, and one part of it includes a Schema called Client. Inside this schema, three tables...
3
by: =?Utf-8?B?UGF1bA==?= | last post by:
Hi I have a generic list of data list <typelistcategory; listcategory = new list <type>; I also have a dropdown box that I have put into a template column of a gridview. I was able to populate...
5
by: =?Utf-8?B?Y2hlY2tyYWlzZXJAY29tbXVuaXR5Lm5vc3BhbQ== | last post by:
I have a VS 2008 ASP.NET webform that has a reportview tag on it, accessing an .RLDC report in local report. The columns for the report are essentially: Month Item #1 Item#2 Item#3 ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.