Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set defa to
Message
 
À
20/11/2004 12:54:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00963220
Message ID:
00963234
Vues:
7
In addition to Hilmar an Tore, you can also use GETFILE() to assign your textbox value:
* You could place this code in your textbox's Rightclick 
lcReturnFolder=SET('dire') && Save the current directory
lcXLSFileFolder="d:\bills\aar" 
CD (lcXLSFileFolder)
this.value=GETFILE("XL?","Select Excel FIle","Retrieve",0)
CD (lcReturnFolder)
Imagination is more important than knowledge
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform