Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Rewrite
Message
De
22/01/2007 14:15:15
 
 
À
22/01/2007 02:30:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01187577
Message ID:
01187790
Vues:
17
Try this one . . .

**create cursor from a file
USE curbilldata && Open table.

gnFieldcount = AFIELDS(gaMyArray) && Create array.
clos data
CREATE CURSOR newcurbilldata FROM ARRAY gaMyArray
sele 0
use curbilldata
scan
scatter to memvar
insert in newcurbilldata from memvar
endscan


** then select newcurbilldata
** copy to ??? xls etc..
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform