Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Lossing decimals while appending
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00716329
Message ID:
00716436
Views:
14
SET DECIMALS TO 2
Have you tried without the page code?

>Hi,
>
>I loose my decimals when I am appending from a text-file.
>
>Example of textfile:
>"Testdata",-20906.20,"31.07.2002"
>"Testdata",40100.70,"31.07.2002"
>
>Example of dbf-structure:
>character(20), numeric(12,2), character(10)
>
>command for appending:
>append from (lcTextFile) delimited with character "," as 1252
>
>When I browse my dbf-file these are the data:
>Testdata -20906,00 31.07.2002
>Testdata 40100,00 31.07.2002
>
>As you can see - my decimals are lost.
>
>How can I do this without loosing decimals?
>
>
>Regards,
>
>Kenneth Ingebrigtsen
Imagination is more important than knowledge
Previous
Reply
Map
View

Click here to load this message in the networking platform