C
CW
Using the timer event, I have a form that is displayed on Startup of our
database for 5 seconds only (current sales figures for the month) because
that's long enough for most users.
However, some people want it to be able to see it for longer, to study the
figures better (the salespeople, so that they can see how their commission is
stacking up!).
Could I have a "Pause" button that would temporarily put the form on hold,
so that it would remain visible until the button was clicked again (or until
another button "Continue" was clicked) allowing the timer to continue in its
normal way?
Many thanks
CW
database for 5 seconds only (current sales figures for the month) because
that's long enough for most users.
However, some people want it to be able to see it for longer, to study the
figures better (the salespeople, so that they can see how their commission is
stacking up!).
Could I have a "Pause" button that would temporarily put the form on hold,
so that it would remain visible until the button was clicked again (or until
another button "Continue" was clicked) allowing the timer to continue in its
normal way?
Many thanks
CW