R
RobUCSD via AccessMonster.com
I have an Access 2003 MDE front end distributed on a 4 server citrix farm.
The configuration for citrix in our org with respect to auto logOff is after
10min of inactivity, the application is disconnected but not closed. After
another 10min of inactivity citrix closes my application and citrix for the
particular user who has been activityless for a tota of 20min.
What I want to do is determine when the database looses the connection after
the 10min, and then pop-up a screen that warns the user that they need to
reconnect to the database via the citrix dialog box. If they see the form and
want to reconnect they can do that or if a total of 20min goes by then my app
closes with citrix.
The reason I want to do this is that when citrix disconects from the database
after the first 10min of inactivity, my users have no way of knowing they
aren't connected and they enter in data that is only saved if the realize
they need to connect to citrix.
So in short, I just need to know when the fe is disconnected from the
database and then I can popUp the form. Thank in advance for your help. Rob
The configuration for citrix in our org with respect to auto logOff is after
10min of inactivity, the application is disconnected but not closed. After
another 10min of inactivity citrix closes my application and citrix for the
particular user who has been activityless for a tota of 20min.
What I want to do is determine when the database looses the connection after
the 10min, and then pop-up a screen that warns the user that they need to
reconnect to the database via the citrix dialog box. If they see the form and
want to reconnect they can do that or if a total of 20min goes by then my app
closes with citrix.
The reason I want to do this is that when citrix disconects from the database
after the first 10min of inactivity, my users have no way of knowing they
aren't connected and they enter in data that is only saved if the realize
they need to connect to citrix.
So in short, I just need to know when the fe is disconnected from the
database and then I can popUp the form. Thank in advance for your help. Rob