Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GetFile()
Message
From
24/02/1999 07:21:20
 
 
To
24/02/1999 05:41:12
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00190847
Message ID:
00190873
Views:
11
>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" .....

lc_previous=sys(5)+sys(2003)
set default to "c:\my documents"
? getfile("Text files:TXT;RTF files:RTF;Word documents:DOC")
set default to (lc_previous)
Virtually yours, Dmitry

mailto: me@duginov.com * www.duginov.com * ICQ UIN 6769428
Previous
Reply
Map
View

Click here to load this message in the networking platform