Re: When you get an error on connect (General questions)
Scot,
You say you're using events, but I see that there is a Blocking property set to True in your code.
When you're using Blocking, no component methods should be called from events at all. Instead, if error occurs, it will throw an exception on the method that caused it.
You need to use some error handling technique available in PB, such as try...catch blocks.
Can you please try doing so?
Regards,
Damba
Complete thread:
- When you get an error on connect - Scots, 2011-11-17, 17:51
- Re: When you get an error on connect - wodDamir, 2011-11-17, 17:59
- Re: When you get an error on connect - Scots, 2011-11-17, 18:21
- Re: When you get an error on connect - Scots, 2011-11-17, 19:12
- Re: When you get an error on connect - Scots, 2011-11-17, 18:21
- Re: When you get an error on connect - wodDamir, 2011-11-17, 17:59