Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TRANSFORM() and decimal places
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
TRANSFORM() and decimal places
Miscellaneous
Thread ID:
00853488
Message ID:
00853488
Views:
56
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
Next
Reply
Map
View

Click here to load this message in the networking platform