|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Date/Time controlHi
Users of the new system complain that it is not easy to use the new 'date control' because they can't select all the date parts and overkey the value. Is there a way of allowing the user to do that or any other technique that will speed up data entry Thank you, Shmuel Shulman Have you thought about using a normal textbox for data entry? and you can
put in a button on the side which can display a date control which will otherwise be hidden. Cyril Exactly, we used a textbox and a button (to show a calendar if the user
really needs it) and the textbox allowed the user to enter 31122005 and then we reformatted on LostFocus to 31/12/2005. If the user is fast with the numeric keys to the right of the keyboard, that's the fastest way to enter a date, IMO -- Show quoteHide quoteBest regards, Carlos J. Quintero MZ-Tools: Productivity add-ins for Visual Studio 2005, Visual Studio .NET, VB6, VB5 and VBA You can code, design and document much faster in VB.NET, C#, C++ or VJ# Free resources for add-in developers: http://www.mztools.com "Cyril Gupta" <nom***@mail.com> escribió en el mensaje news:eo4OMyLFGHA.2648@TK2MSFTNGP11.phx.gbl... > Have you thought about using a normal textbox for data entry? and you can > put in a button on the side which can display a date control which will > otherwise be hidden. > > Cyril > "Carlos J. Quintero [VB MVP]" <carlosq@NOSPAMsogecable.com> wrote in message It's always worth remembering that a terminal screen or DOS window is faster news:%23scvPmTFGHA.2012@TK2MSFTNGP14.phx.gbl... > Exactly, we used a textbox and a button (to show a calendar if the user > really needs it) and the textbox allowed the user to enter 31122005 and > then we reformatted on LostFocus to 31/12/2005. If the user is fast with > the numeric keys to the right of the keyboard, that's the fastest way to > enter a date, IMO for a skilled data entry operator than any Windows type display. "Homer J Simpson" <nob***@nowhere.com> escribió en el mensaje news:%jzwf.72503$OU5.63079@clgrps13...> It's always worth remembering that a terminal screen or DOS window is I think you can always make a Windows user interface as fast as the DOS > faster for a skilled data entry operator than any Windows type display. version if you design it carefully (passing the focus to the next control when the previous is filled, making the Return key to tab, etc.) and unpluging the mouse during the tests ;-) -- Best regards, Carlos J. Quintero MZ-Tools: Productivity add-ins for Visual Studio 2005, Visual Studio .NET, VB6, VB5 and VBA You can code, design and document much faster in VB.NET, C#, C++ or VJ# Free resources for add-in developers: http://www.mztools.com
Printing an ASP.NET web page from VB.NET - (HTTPWebResponse + Printing)
2 keys pressed at once Namespace around API calls Virtual Serial Port Bluetooth System.IO.Ports .Net 2.0 - Webbrowser control flickering on resize.... Loading UserControl on a ShowDialog Form sequence strange Access SubQuery Help Needed..................... rotate gdi object copying a collection Too many case conditions? |
|||||||||||||||||||||||