Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP 8 and MM 7.1 compatibility
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00786482
Message ID:
00786497
Vues:
28
>I would like to know if anybody has used MM version 7.1 with VFP 8.0. They don't seem to be compatible because I cannot create any bizobj. We are using VFP 7.0 here. But now that we are slowly moving to VFP 8.0, I opened my project using this version and rebuilt the whole project. I was able to run it.
>
>But when I opened my builder window for my bizobject, it gave me "Data Type Mismatch" error. But not only that, I found out that I cannot even create a new bizobj because it's giving me the same error.
>
>Thanks a lot for any feedback/suggestions.
>
>Nerissa

Yeah, a few of us have run into that. Open the Utility.PRG and modify the CharValue() function to this:
FUNCTION CharValue(tuExpression)
   IF VARTYPE(tuexpression) == "O"
      lcRetVal = ""
   ELSE  
      lcRetVal = TRANSFORM(tuExpression,"")
   ENDIF
   	
   RETURN lcRetVal
ENDFUNC
-Paul

RCS Solutions, Inc.
Blog
Twitter
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform