Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Upgrading tp vfp8- Is is safe yet?
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00779622
Message ID:
00790052
Views:
29
Thank you,
Neil

>>Alrighty then...
>>
>>I just received vfp8 in the mail. I am going to install it over the weekend. Please provide me with the before and after changes to the code that you mentioned so I can make the changes to the framework. I am not exactly clear on your previous instructions on how to change the code in Utility.prg
>
>Here it is:
>
>CharValue – Utility.prg
>-----------------------
>
>Change...
>
>lcRetVal = TRANSFORM(tuExpression,"")
>
>
>To...
>
>IF VARTYPE(tuExpression) == "O"
>   lcretval = ""
>ELSE
>   lcretval = TRANSFORM(tuExpression,"")
>ENDIF
>
>
>Regards,
Previous
Reply
Map
View

Click here to load this message in the networking platform