Re: Problem with dispatch and passowrd protected stacks

2012-07-03 Thread Bob Sneidar
I think the only way that happens is if there is an error thrown in the protected stack. Wrap the call in a try/catch construct and then check for the error. sqlYoga works this way. Bob On Jul 2, 2012, at 7:29 PM, Peter Haworth wrote: > I just came across a bad problem with passowrd protecte

Problem with dispatch and passowrd protected stacks

2012-07-02 Thread Peter Haworth
I just came across a bad problem with passowrd protected stacks. I have a button on a card whose handler uses dispatch to send a message to a card in a stack whcih is password protected. When the dispatch is executed, I get a request for the password for the target stack. I'm pretty sure that's