Tom,
I am using V8 (compiled) and I include the set timeout in the startup file so that the application will shut down after 60 minutes if there is no activity. The RBTI_TIMEOUT variable points to the command file that I want to run when a timeout occurs. I don't think it matters when you set the variable as long as it is before the timeout occurs. One thing that I have noticed with timeout is that it sometimes does not terminate the session. I know that it occurs but I have never been able to identify the sequence of events that causes it. John From: [email protected] [mailto:[email protected]] On Behalf Of TOM HART Sent: Tuesday, September 28, 2010 10:58 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Timeout I am integrating timeout in my application and want to make sure I understand the rbti_timeout. If I have a table with my command files and want to set rbti_timeout would I do the following set var rbti_timeout text = 'run select myfile' and would I set this in the startup file or in the on before start eep in the form Tom Hart

