Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SELECT Z truncates data (bug?)
Message
From
01/09/2005 10:36:35
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
SELECT Z truncates data (bug?)
Miscellaneous
Thread ID:
01045820
Message ID:
01045820
Views:
69
To reproduce
Z=00000000000.00
CREATE CURSOR tt ( t l )
APPEND BLANK
SELECT z from tt INTO CURSOR t
MODIFY STRUCTURE
observed: Width is 13
expected: Width must be 14
applies to Vfp 9, Vfp 7

note: SELECT 00000000000.00 from tt INTO CURSOR t works as expected

I have a lot of SELECT Z ...
statements in my application and customer scripts.

Please advice how to fix this without re-writing all SELECT statements in aplivcation and forcing all customers to re-write all scripts ?
Andrus
Next
Reply
Map
View

Click here to load this message in the networking platform