DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

FileNameGet: Selection of different extensions at once

Solved!
Go to solution

 

Hi

 

When I call it with a filter "(*.DAT),*.DAT,(*.TDM),*.TDM,(*.TXT),*.TXT,(*.BMR),*.BMR,(*.XMR),*.XMR", the user has to choose which extension he like to use.

 

Is there any chance, I can make the dialog to show different fileextensions at once?

 


Call FileNameGet("any", "FileRead", "C:\Filetests\","(*.DAT),*.DAT,(*.TDM),*.TDM,(*.TXT),*.TXT,(*.BMR),*.BMR,(*.XMR),*.XMR","nul",True)


 

 

 

 

0 Kudos
Message 1 of 2
(4,633 Views)
Solution
Accepted by topic author OWitter
Call FileNameGet("any", "FileRead", "C:\Filetests\","MyFiles(*.DAT;*.TDM;*.TXT;*.BMR;*.XMR),*.DAT;*.TDM;*.TXT;*.BMR;*.XMR","nul",True)

 should do te job.

0 Kudos
Message 2 of 2
(4,619 Views)