Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
GetFile function
Message
De
15/06/2004 13:32:23
 
 
À
15/06/2004 13:17:58
John Marrone
Bloodstock Research Inc.
Lexington, Kentucky, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00913960
Message ID:
00913967
Vues:
16
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform