Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Lossing decimals while appending
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00716329
Message ID:
00716436
Vues:
15
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform