Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
COPY TO & APPEND FROM Problem
Message
De
14/03/2001 06:11:04
 
 
À
02/03/2001 15:12:09
Rebecca Stottlemire
Kansas State Department of Commerce
Topeka, Kansas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00481531
Message ID:
00484760
Vues:
12
I've encountered the same condition. What I've done to work around the condition is build a text string from each row of the table adding the tab character (chr(9)) between the fields. You can build a generic funtion to do this.

.
.
set order to
fcreate()
for r ... to reccount()
go r
scatter to array
for f = 1 to afields()
mystring = mystring + array(f)
next f
fwrite()
next r
fclose()
.
.
You get the idea...


Wayne Finch
C. W. Finch Consulting
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform