Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
COPY TO & APPEND FROM Problem
Message
 
 
À
14/03/2001 06:11:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00481531
Message ID:
00484845
Vues:
14
Claude,

Yes, this would work, but it would be much slower, than produce the file by copy to command and then process this file.

>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
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform