Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
GetFile()
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00190847
Message ID:
00190875
Vues:
15
>Hi,
> I would like to let my users to select the relevant filename using GETFILE() function. The files type are .doc,.txt and .rtf. How could I put the file type seperately in File type field of Select dialog box? At the moment, it joined together as "File" in file type field...
> Again, how could I set the path of the getfile()? I want the default directory of getfile() in "c:\my documents" .....
> Lastly, is it possible to lest users select more than a file at a time?
>
>Thank you

John,

Getfile() opens the current default directory I believe, so you can probably set default to before getfile(). It is not multiselect and only returns one filename. However, you can make your own using a listbox with rowsourcetype 7 and multiselect set to true.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform