Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TRANSFORM() and decimal places
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
TRANSFORM() and decimal places
Divers
Thread ID:
00853488
Message ID:
00853488
Vues:
59
Can anyone tell me exactly when TRANSFORM() started returning decimal places in .DLLs and not in the command window?

All of a sudden clients are calling with issues on our VFP8 SP1 app where TRANSFORM(1234567890123456) returns ***********.**** in the .DLL. We've verified that changing the code to ALLTRIM(STR(1234567890123456,16)) fixes the issue. Not sure why some numbers return and other numbers return "*"s.

We just need to verify that there is no alternative but to change TRANSFORM(x) to ALLTRIM(STR(x,16)) in about 1,000 places.

Thanks,
Mike
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform