threading

rali08

Member
Joined
Nov 1, 2006
Messages
8
Programming Experience
1-3
I have a data extract control, where on a button clikc i create text files and then sends an email to the user of the ftp site to get the files. Right now the user has to sit and wait. I want to be able to spawn a thread which does all this work and then dies on its own. The user can browse other items and gets an email when this thread is done. Can somebody give me an example? We're using impersonation with an oracle backend
 
Back
Top