Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why won't return a value with Decimal Places ??
Message
De
23/01/2003 23:33:36
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Why won't return a value with Decimal Places ??
Divers
Thread ID:
00744962
Message ID:
00744962
Vues:
60
Create Cursor Table1(Far L(1),Far2 N(10,2))

INSERT INTO Table1(Far,Far2) ;
VALUES (.T.,-201.12)

INSERT INTO Table1(Far,Far2) ;
VALUES (.F.,-10.62)

INSERT INTO Table1(Far,Far2) ;
VALUES (.T.,-101.72)

Clear
Select Table1
Go 2
?IIF(Far=.F.,Far2,0.00)

Wait 'Press Any Key To Continue ..... '

Select IIF(Far=.F.,Far2,0.00) as Far2 From Table1

My Question , Why the Far2 is return 11 instead of -10.62 ??

Any idea why ?? or anything i have miss out ??

Thanks a lot........
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform