Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The Big 'O'
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Miscellaneous
Thread ID:
00115108
Message ID:
00115188
Views:
18
>>In general, you could create an OBJECT base on CLASS. And so, if you want your entire application be created as one object, you might as well create your application as a class first, but I don't think this is a good approach.
>
>I got the feeling that there's already an application class. He didn't say anything about creating a class; just an object.
>
>I looked through the code generated by the wizard and found this:
>
>goApp=CREATEOBJECT("cApplication")
>
>
>That seems to be where it's doing it. But how does it know what "cApplication" is. I don't see it defined anywhere.
>
>Thanks,

Michelle,

cApplication is a class located in one of your classlibs. You should be able to see it by going to the "Classes" tab of the project.
The classlib might have a related name, something like "cApp", just gessing.

José
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform