Database query error locks stack on opening
Brian Yennie
briany at qldlearning.com
Wed Jul 21 16:53:25 EDT 2004
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?
> 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.
More information about the use-livecode
mailing list