| re: Disable mouse
On Mon, 13 Oct 2003 22:46:47 +0200, "H.Bierhuizen"
<jpbierhuizen@planet.nl> wrote:
The typical way to do this is to set those fields to be required in
the table design.
An alternative (in case the table fields can't be set to be required)
is to write code in the Form_BeforeUpdate to check if all "required"
fields are filled out, and to set Cancel to True if they are not.
Suppressing the mouse would not help; the user can use the Tab or
Shift+Tab key to go past a field, use an accellerator key (Alt+letter)
to jump to a field, use the Enter key to click the default push
button, use the Esc key to click the default escape button, and
Control+F4 to close the form. Among other things.
Mainstream requirements are best served with mainstream solutions.
-Tom.
[color=blue]
>What I want to achieve is that users follow the right sequence, just to be
>sure they do not forget any field.
>
>"MacDermott" <macdermott@nospam.com> schreef in bericht
>news:nInib.42506$mQ2.9554@newsread1.news.atl.eart hlink.net...[color=green]
>> That seems an odd request -
>> could you help us understand a bit more of what you want to achieve
>> here?
>>
>> - Turtle
>>
>> "H.Bierhuizen" <jpbierhuizen@planet.nl> wrote in message
>> news:bmccjk$kk6$1@reader11.wxs.nl...[color=darkred]
>> > Hello,
>> > Does anyone know how to disable the mouse on a specific form? So users[/color][/color]
>are[color=green][color=darkred]
>> > only allowed to use keyboard controls.
>> > Thanks already for answering.
>> > Hans
>> >
>> > __________________________________________________ ________________ Hans
>> > ICQ#: 4136259 Current ICQ status: + More ways to contact me
>> > __________________________________________________ ________________
>> >
>> >[/color]
>>
>>[/color]
>[/color] |