Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 6 is not able to locate a parent class
Message
 
 
To
20/04/2007 16:54:56
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01218482
Message ID:
01218511
Views:
19
>Naomi,
>
>I will try that. I was under the impression that using the newobject() function did away with having to use set procedure, thought I might be mistaken.
>
>I actually put the following statements in the calling code and get a different error. "CLass definition RPDSACEAPI is not found." This is different than the previous error.
>
>SET PROCEDURE TO RPDS_ACE_abstract.fxp ADDITIVE
>SET PROCEDURE TO rpds_ace_api.fxp ADDITIVE
>SET PROCEDURE TO RPDS_ACE_ReportManager.fxp ADDITIVE
>
>loACEAPI = NEWOBJECT( 'rpdsACEapi', 'rpds_ace_api.fxp', '', parm1, parm2, parm3, parm4, parm5 )
>
>I really do appreciate your assitance!
>Bruce

Bruce,

I usually use .prg in set procedure statement, but it should not be a problem. Try with CREATEOBJECT for now, I think somehow SET PROCEDURE and NewObject do not like each other.

I have to run, would be able to help on Saturday night.
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