Already tried it – changing the filter still doesn’t work.




Paul Robson




-----Oprindelig meddelelse-----
Fra: Bjørn Gudbrand Idstad [mailto:[EMAIL PROTECTED] Sendt: 11. september 2003 12:26
Til: [EMAIL PROTECTED]
Emne: RE: [development-axapta] Help with DialogField controls




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.





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