P
Proko
What form event do I use to trap a users first keystroke on an unbound form?
I have placed breaks on KeyUp, KeyDown and KeyPress but none of the events
seem to trigger with a keystroke. If I could work this out I would then moove
on to the following problemwhich someone may be able to help me with also.
I have declared as public fFirstKeyStroke as Boolean, I'm not sure how to
set its initial value. I thought maybe Const fFirstKeyStroke = True, but I
get an error message when the form loads.
My plan is to log the first keystroke event in a temporary table to be saved
to a permanent audit table once the record is saved. Any help would be
greatly appreciated.
I have placed breaks on KeyUp, KeyDown and KeyPress but none of the events
seem to trigger with a keystroke. If I could work this out I would then moove
on to the following problemwhich someone may be able to help me with also.
I have declared as public fFirstKeyStroke as Boolean, I'm not sure how to
set its initial value. I thought maybe Const fFirstKeyStroke = True, but I
get an error message when the form loads.
My plan is to log the first keystroke event in a temporary table to be saved
to a permanent audit table once the record is saved. Any help would be
greatly appreciated.