FoxLearner
Programmer
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
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