Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 8 and MM 7.1 compatibility
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00786482
Message ID:
01053708
Views:
17
>>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)

I think we found something along these lines too and applied similar fix. I don't remember the exact details right now, but I do remember I found some problem.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform