Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Createobject() or NewObject()
Message
 
 
To
02/02/2010 09:57:29
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Application:
Desktop
Miscellaneous
Thread ID:
01447109
Message ID:
01447112
Views:
76
>Hello all
>Can I be made to understand something?
>as far as I understand
>Newobject() makes an object from a vcx libary
>and
>Createobject() creates an object
>
>so why when i do
>
>set classlib to _reportlistener
>lolistener=createobject("_reportlistener")
>
>Or
>
>set classlib to _reportlistener
>lolistener=newobject("_reportlistener")
>
>IT tells me Lolistener is not an object
>please answer :(

Do you have _ReportListener.vcx classlibrary with _ReportListener class inside it?
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform