Use a timer to execute a function

S

Si

Hi Guys

I need to find a timer or a replacement to perform this:

I am executing an VBA/Access function from ASP. And so that i can release
the webpage from the access function (so that my users do not have to wait
for the function to run), i want to only activate a timer from ASP. Then
the ASP will think that the code has finished and will show the page to the
user.

Then the timer will fire when the function has ended and will execute the
actual function.

Has anyone got any idea how i can do this (or a more reliable method).

Thanks Si
 

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