Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Print out label
Message
De
22/07/2004 10:50:03
 
 
À
19/07/2004 15:41:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00925601
Message ID:
00927006
Vues:
18
CREATE TABLE ala ;
(telno c(6) , ;
nom C(20))

THISFORM.text1.value=GETFILE("XLS","Select File")

SELECT ala
lcCommand="APPEND FROM '"+THISFORM.text1.value"' TYPE XLS"
&lcCommand

The single quote marks allow VFP to cope with spaces in file and folder names.

There are other ways of doing this, but I find this easy to read and reliable.



Hope this is what you want


Gary.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform