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

vfp 60 project wizard

Status
Not open for further replies.

scottypoo

Programmer
Apr 15, 2000
1
US
i have vfp 6.0 sp3, when i do file, new project, wizard, after project wizard completes, i highlight main program in code tab and click run i get the following error<br><br>program error<br><br>variable&quot;app_classname&quot;is not found<br><br>cancel&nbsp;&nbsp;&nbsp;suspend&nbsp;&nbsp;ignore&nbsp;&nbsp;help<br><br>in the code it self this line is highlighted<br><br>app_global = newobject(app_classname, app_classlib)
 
You seem to need to create an exe to run, as it appears that app_global has not been created when you just do run.<br><br>I am creating exe all the time to test, but I am new to VFP so maybe I'm missing something<br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top