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:
01053647
Vues:
19
>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
>
Hi Paul,

I haven't done any MM work for a while and I'm sure that I've relied on this reply a couple of times already in the past, although it's so seldom that I reinstall vfp or the framework in my pc that I forgot about it.

Today I was literally pulling my hair out as I couldn't do some very basic maintenance on an old app.

You have no idea how grateful I am for your reply.

Just wanted to express my gratitude.

Alex
PS: I can't give your message stars, but please accept these repl("*", 10^100)
Low-carb diet not working? Try the Low-food diet instead!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform