J
JString
Hi.
I'm working on a DB for an office with about 15 employees. It's currently
split between a back end and front end that is set to auto-distribute. It's
a conversion job that started with their old Lotus Approach system so the
entire project is going to evolve for a while and the back end needs alot of
changes from time to time. This can be very annoying as it can be difficult
to get exclusive access to the back end when needed.
To solve this I developed a hidden form that resides in the front end that
is linked to a user table in the back end. Every few seconds the form checks
the user table for commands issued by the administrator using its timer
event. When a command is found, the front end will perform some action like
application.quit or display a message. It works great, but the only problem
is that the timer event of the form seems to lie dormant when the application
is minimized, so out of 15 employees theres always a few that don't close
down and I still have to go running around the office to take care of it.
So, the thing that I need to know is, is there any way to execute code while
access is minimized? Is the timer event inactive or is the form not
executing its code because it's not activated? What about data refresh?
Many thanks in advance.
I'm working on a DB for an office with about 15 employees. It's currently
split between a back end and front end that is set to auto-distribute. It's
a conversion job that started with their old Lotus Approach system so the
entire project is going to evolve for a while and the back end needs alot of
changes from time to time. This can be very annoying as it can be difficult
to get exclusive access to the back end when needed.
To solve this I developed a hidden form that resides in the front end that
is linked to a user table in the back end. Every few seconds the form checks
the user table for commands issued by the administrator using its timer
event. When a command is found, the front end will perform some action like
application.quit or display a message. It works great, but the only problem
is that the timer event of the form seems to lie dormant when the application
is minimized, so out of 15 employees theres always a few that don't close
down and I still have to go running around the office to take care of it.
So, the thing that I need to know is, is there any way to execute code while
access is minimized? Is the timer event inactive or is the form not
executing its code because it's not activated? What about data refresh?
Many thanks in advance.