RE: [development-axapta] Sorting All Data In Look Up Window

2004-02-10 Thread Anil Ozay
Hi michael.. If u created lookup form from code may be this code help you :     SysTableLookup createLookupField(str tablename, str fieldname, bool sorted) {   SysTableLookup  _tableLookup;     QueryBuildDataSource _qbds; Query     

RE : [development-axapta] Sorting All Data In Look Up Window

2004-02-10 Thread Steeve Gilbert
If it's not a custom lookup created by X++ then I guess the lookup is sorted depending on the primaryIndex (the table property).   Steeve…   -Message d'origine- De : Michael Jackson [mailto:[EMAIL PROTECTED] Envoyé : 10 février 2004 09:19 À : [EMAIL PROTECTED] Objet : [develo