Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DBF to Text file
Message
De
23/03/2006 03:37:10
 
 
À
23/03/2006 03:25:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01106892
Message ID:
01106900
Vues:
20
>>>Hi Toall,
>>>
>>> Anyone who knowns how to convert dbf to text files.
>>>i used this command: COPY TO filename DELIMITED WITH CHAR BLANK and the result is
>>>"SLBA" "054016" "GACRWH"
>>>But all iwant is this result: SLBA 054016 GACRWH.
>>>without open and close quote, and used their corresponding field lenght as a spaces.
>>>
>>>
>>>TIA
>>>Ryan
>>
>>
Copy field1,field2 to newfile sdf
>
>Hi tore,
>
> thanks for the quick reply,also i want to insert into the
>First line to contain file hash totals, Number of records lines
> e.g
>
>03
>SLBA 054016 GACRWH
>SLBA 054017 GACRWH
>SLBA 054018 GACRWH
>
>
>
>TIA
>Ryan
lcFile='newfile.txt'
Copy field1,field2 to (lcFile) sdf
StrToFile(Transform(reccount(),'@L 99')+Chr(13)+Chr(10)+FileToStr(lcFile),lcFile)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform