Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Replace from excel sheet to mytable
Message
De
25/11/2004 07:32:48
Jon Neale
Bond International Software
Wootton Bassett, Royaume Uni
 
 
À
25/11/2004 07:25:17
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00964143
Message ID:
00964648
Vues:
7
You are getting this because the excel spreadsheet is still open.

Do you still need it open at this point?

You will also need to check to see if the tmpnan already exists otherwise you'l get a "Do you wish to Overwrite" message. You could set safety off at this point but probably easier to check for the file and delete the contents.

IF !FILE("tmpnan.dbf")
copy file nan.dbf to tmpnan.dbf
ELSE
use tmpnan in 0
sele tmpnan
delete all
ENDIF
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform