Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Replace from excel sheet to mytable
Message
De
25/11/2004 03:27:20
Jon Neale
Bond International Software
Wootton Bassett, Royaume Uni
 
 
À
25/11/2004 02:38:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00964143
Message ID:
00964614
Vues:
7
you will need to modify this slightly but hjopefully you can see what im trying to do.

copy file nan.dbf to tmpnan.dbf && make a copy of the nan table
use NAN in 0
use tmpNAN in 0
Select tmpNAN
APPEND FROM c:\tmp\arr TYPE xls && append everything from the xls spreadsheet into the tmpnan
sele nan
append from tmpNan for recno() > 6 * append from the tmpnan into the real nan filtering the records as required


Its far easier to get all the excel records into a table and then filter the data as you need to.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform