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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

what is "goapp" 1

Status
Not open for further replies.

hoffmanhoward

Programmer
Joined
Jun 15, 2003
Messages
16
Location
US
I just compiled my first .EXE in VFP7. I have a few problems that I have to work on. The one that bothers me the most is that I can not exit the program. I get an error

it is looking for something called "Goapp"

I have no Idea what this is or how to correct the problem

Please help

Thanks
 
hoffmanhoward

goApp is a reference to the application class that is used when your create your application with the application wizard.

Mike Gagnon

If you want to get the best response to a question, please check out FAQ184-2483 first.
 
Thanks for your quick response.

I assumed that but I thinlk it is because there is an error in my programing..it says

"an error has occured"
"Object GOAPP is not found"
(1923) GOAPP

It then asks me if I want to resume the program.
I can resume but I can not exit. I have to
"CTRL+ALT+DELE" to close the program

Is this because there is an error in my programming
and if all errors are corrected this "GOAPP" will go
away ??
 

hoffmanhoward

Is this because there is an error in my programming
and if all errors are corrected this "GOAPP" will go
away ??


Correct. Goapp (like I said is a global variable containing certain custom application methods that are required to run your app when you use the wizard), and it would seem your error is making the goapp variable go away, or change itself to null, and since some of the error checking routines are most likely in goapp, it throws an error,

Mike Gagnon

If you want to get the best response to a question, please check out FAQ184-2483 first.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top