I am trying to move my app into a test environment. I have compiled it as an .app so that I can continue to debug while it is tested. I have suddenly developed new bugs that I am not sure how to track down.
Bug #1: When I instantiate a form that works perfectly in my development environment ny running main.prg, I get the error message that 'Alias BLOCKOUTVIEW is not found.' That makes sense because there is no alias BLOCKOUTVIEW. BLOCKOUTVIEW is the name of the cursor object that is defined in my aDataEnv.prg and the cursor alias is 'vBlockout' I have defined my bizobj.cAlias property as 'vBlockout' but when I suspend the .app at the error, I find that thisform.bizobj.cAlias = 'BlockoutView' How do I go about finding where this error is occurring?
:-) Pamela
pamela@eagle-crest.com