Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GetFile function
Message
From
15/06/2004 13:32:23
 
 
To
15/06/2004 13:17:58
John Marrone
Bloodstock Research Inc.
Lexington, Kentucky, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00913960
Message ID:
00913967
Views:
15
John, use a semicolon in place of the comma between file descriptions/extensions reverse the order, and add the extra text parameter before the button text. In other words:
cFileName = GetFile("Multicaps data files:MCP;Multicaps Zip Files:ZIP", "", ;
                         'Open', 0, 'Select a data file')
Surround your text with < pre > and < /pre > tags (without spaces).

Alan

>Hi
>
> I am trying to use the getfile function and I want to be able to have more than 1 choice of types of filess to list when the user clicks on the dropdown filelist. Here is my code. Any help will be helpful.
>
>
>cFileName = Getfile("MCP:Multicaps data files,ZIP:Multicaps zip files" ,'Open', 0, 'Select a Data File')
>
>Also could someone show me the tags for code snippets. So code will show on a white background. Thanks
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform