Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursor field with 2 decimals ???
Message
From
27/12/2006 05:07:38
Albert Beermann
Piepenbrock Service Gmbh & Cokg
Osnabrück, Germany
 
 
To
27/12/2006 04:44:09
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
MySQL
Miscellaneous
Thread ID:
01180416
Message ID:
01180423
Views:
12
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform