Auto Close

  • Thread starter Dave a non-programmer
  • Start date
D

Dave a non-programmer

Can a form be made to close atuomatically i.e. after X minutes not in use
and/or
after certain fields are filed in?
 
A

Agnihotram (GGK Tech)

Yes we can do that. We have to set a timer in the code to fire after x
minutes. If user is working in the form we can reset the timer. This has to
be done with the Help of timer and OnContextChange event.
 
D

Dave a non-programmer

I ma not a programmer, Could you tell me the steps I have to take to
accomplish this?
 
A

Agnihotram (GGK Tech)

Even I dont have the detailed steps ready with me, I need to invest some time
to do that for you. We have done the timer functionality before in one of the
projects, with that thought I have told you that you can use timer and
oncontextchange event.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top