Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GetFile()
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00190847
Message ID:
00190875
Views:
14
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform