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

URGENT: Class Association Cleared - Error:

Status
Not open for further replies.

FoxLearner

Programmer
Aug 29, 2002
93
US
HI All
I have a grave problem here. In VFP 8.0 I am calling a method from one of the registered DLLs and I am getting an error.
The error occurs at the code line:

llRetVal = objManRate.ExecuteRates(@laPlanTab, lnRateTier, lnCallType, THIS.GroupPass(1), .F., THIS.GroupPass(15), llRateRelationCheck, @laGroupPass)

The error message is " The class file(controls) associated with this field could not be found- class association cleared".
I checked in debug mode. the objManRate and it's methods are available. The same line of code is working fine in VFP 7.0 and VFP 6.0. As we are using XML. we shifted to VFP8.0.

Help Please..

Thanks and Regards
FoxLearner
 
Sounds like you have a display class associated with a
field in a table contained in a database no longer
available.

Make sure any custom class libraries are available.

Although I may be offbase since I'm still using an earlier
version.

Darrell
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top