use 'set step on' in the beginning of your your code to determine 'where' the code is failing. When the debugger opens you can step through using function key 'F8'.
It looks like oApp has either got destroyed or, more likely, gone out of scope. Check that it was either declared as PUBLIC or was created in your top-level program.
Mike
__________________________________
Mike Lewis (Edinburgh, Scotland)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.