Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Alias 'oApp' is not found error

Status
Not open for further replies.

paulmtl

Programmer
Feb 25, 2005
27
CA
Hi all,

I always have this error :
Alias 'oApp' is not found error

in my code here:
If oApp.lQuit
Return
ENDIF

Please help to explain.
TIA
 
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'.

Forums rule, pass it on!!!

Rob
 

paulmtl,

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)

My sites:
Visual FoxPro (www.ml-consult.demon.co.uk)
Crystal Reports (www.ml-crystal.com)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top