Re: Database query error locks stack on opening

2004-07-21 Thread Andre Garzia
Bill, lock the messages before opening the stack, this way it will not send your openStack and openCard handlers, that should do the trick! Cheers andre On Jul 21, 2004, at 5:50 PM, Bill wrote: How do you open a stack without running any of the code in it? Specifically not to run any of the auto

Re: Database query error locks stack on opening

2004-07-21 Thread Brian Yennie
Bill, If you want to open a stack (or do anything for that matter) with out triggering any handlers, you can do this: lock messages open stack "my stack" ... unlock messages The key of course being to "lock messages". HTH. How do you open a stack without running any of the code in it? Specifical

Database query error locks stack on opening

2004-07-21 Thread Bill
How do you open a stack without running any of the code in it? Specifically not to run any of the automatic database query connections as I have one with an error and it locks the stack up on opening and won't let me do anything including fix the error. ___