object variable not set in 'formatError'
Brought to you by:
kriede
When calling 'notify' from a designelement other than an agent, 'session.currentagent' in format error is nothing and is causing an 'object varaible not set'.
Copy this into a hotspot in a form:
On Error Goto catch
Dim test As New TestClass
test.Test
catch: notify
Exit Sub