Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cursor field with 2 decimals ???
Message
De
27/12/2006 05:07:38
Albert Beermann
Piepenbrock Service Gmbh & Cokg
Osnabrück, Allemagne
 
 
À
27/12/2006 04:44:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
MySQL
Divers
Thread ID:
01180416
Message ID:
01180423
Vues:
13
Hello Tore
This is what i want to do.
I select data from an HP-3000 into a foxpro cursor.
(9999.99 as vkpreis is just a dummy)
I manipulate the foxprocursor (replace vkpreis with ....)
I do a final select from my foxpro cursor (manipulating keys (substr(idtnr.....))
into another foxpro cursor.
This cursor is passed to the SAP-System later.


I don't want want to divide by 1.2
I tried round(vkpreis,2) with no success.
Then i wanted to force foxpro to do some calculations to get vkpreis with 2 decimals.
vkpreis / 1 is just a stupid dummycalculation.
My hope was:
round(vkpreis / 1,2) = vkpreis with 2 decimals
no success

I still do not understand why select round(xyz,2) as xyz gives me an xyz field with 4 decimals.


Best regards
Albert
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform