Hi!

You return multiple filetypes like this:

static container filenameLookupFilterCon()
{
   return ["SemiColon-Seperated Text (csv)", '*.csv', "TAB-separated", "*.tab", "Comma 
separated", "*.com"];
}


- Bjørn



-----Original Message-----
From: Paul Robson [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 12:21 PM
To: [EMAIL PROTECTED]
Subject: SV: [development-axapta] Help with DialogField controls




Hi Bjørn



static container filenameLookupFilterCon()

{

return ["SemiColon-Seperated Text (csv)", '*.csv']

+ ["Ordinary Text",'*.txt']

+ ["All Files",'*.*'];

}



Gives me the right filter list, but changing the filter doesn’t work? Any ideas?

Paul Robson






Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.




Yahoo! Groups Sponsor ADVERTISEMENT
click here


Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

Reply via email to