S
SimonG via AccessMonster.com
On a continuous form, a control in detail section of form, uses the 'On Exit'
property. The 'On Exit' event triggers serial actions (functions) including
setting values within other controls and writing/updating record(s).
When the user uses the keyboard to exit the control (tab-key) the functions
all complete correctly and the focus moves to the next control. However if
the user uses the mouse, the outcome is unexpected; although the functions
always complete correctly, moving to the control clicked does not always
happen.
Results of mouse exits:
moving within same record to a unfilled (empty) control, focus moves as
expected (to selected control);
moving within same record to a populated control, focus stays in original
control;
moving to new record, populated or empty control, focus stays in original
control.
What could be occurring that is preventing the focus from moving to where the
mouse clicks?
Regards,
Simon
property. The 'On Exit' event triggers serial actions (functions) including
setting values within other controls and writing/updating record(s).
When the user uses the keyboard to exit the control (tab-key) the functions
all complete correctly and the focus moves to the next control. However if
the user uses the mouse, the outcome is unexpected; although the functions
always complete correctly, moving to the control clicked does not always
happen.
Results of mouse exits:
moving within same record to a unfilled (empty) control, focus moves as
expected (to selected control);
moving within same record to a populated control, focus stays in original
control;
moving to new record, populated or empty control, focus stays in original
control.
What could be occurring that is preventing the focus from moving to where the
mouse clicks?
Regards,
Simon