Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Upgrading tp vfp8- Is is safe yet?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00779622
Message ID:
00790035
Vues:
21
>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,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform