Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem in Exporting to Text Files
Message
De
22/04/1997 19:19:36
 
 
À
22/04/1997 11:50:05
Vinod Parwani
United Creations L.L.C.
Ad-Dulayl, Jordanie
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00029212
Message ID:
00029324
Vues:
31
Vinod!

I'm transfering a table to a fixed length text file like this:
Fhnd=FCREATE("joblink7.txt",0)

SELECT tfjoblink
DO WHILE NOT EOF()
nr=STR(nummer,1)
ansatt=STR(ansnr,6)
lart=STR(lønnsart,3)
emp1="000000"
uke=STR(3,2)
lartn=PADR(artnavn,25," ")
emp2="00000000.00"
tim=STR(timer,7,2)
verdi=STR(snittlønn,12,4)
lonnsa=nr+ansatt+lart+emp1+uke+lartn+emp2+tim+verdi
=FPUTS(Fhnd,lonnsa)
SKIP
ENDDO
=FCLOSE(Fhnd)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform