Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DBF to Text file
Message
De
23/03/2006 03:50:38
 
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:
01106904
Vues:
21
>>>>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
>>
>>
Copy field1,field2 to newfile sdf
>>
>>what is wrong i got this message: unrecognized phrase/keywords?
>>
Copy so.compcde,so.ornum,so.custcde to sample1 sdf
>>
>>
>>TIA
>>Ryan
>
>
>COPY TO newFile sdf FIELDS field1,field2
>lnRec = _TALLY
>STRTOFILE(PADL(TRANSFORM(lnRec),2,[0])+CHR(13)+CHR(10)+FILETOSTR([newfile.txt]),[newfile.txt])
>
Hi Borislav,

Thanks, Big Help.

Ryan.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform