Home All Groups Group Topic Archive Search About
Author
8 Jan 2006 3:26 PM
S Shulman
Hi

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

Author
9 Jan 2006 1:31 AM
Cyril Gupta
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
Author
9 Jan 2006 4:27 PM
Carlos J. Quintero [VB MVP]
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

--

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

Show quoteHide quote
"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
>
Author
9 Jan 2006 8:03 PM
Homer J Simpson
"Carlos J. Quintero [VB MVP]" <carlosq@NOSPAMsogecable.com> wrote in message
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

It's always worth remembering that a terminal screen or DOS window is faster
for a skilled data entry operator than any Windows type display.
Author
10 Jan 2006 10:30 AM
Carlos J. Quintero [VB MVP]
"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
> faster for a skilled data entry operator than any Windows type display.

I think you can always make a Windows user interface as fast as the DOS
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