there is also pickTable function http://axcoder.blogspot.com
-----Original Message----- From: LIVIU STOICA <[EMAIL PROTECTED]> To: [email protected] Date: Tue, 14 Mar 2006 23:28:22 -0800 (PST) Subject: Re: [development-axapta] display list of all tables from AOT > > Hi, > This code shows a list of all the tables. > > static void IdTable(Args _args) > { > Object formRun; > Args args; > container con; > ; > args = new Args(FormStr(SysPick)); > args.parm(' 1'+int2str(5)); > formRun = classFactory.formRunClass(args); > formRun.init(); > formRun.run(); > formRun.wait(); > if (formRun.selection()) > con = formRun.selection(); > info(con2str(con)); > > > } > > Best regards, > Liviu > > V G <[EMAIL PROTECTED]> wrote: > Hello everyone > > I want to show list of all the tables in AOT, in a combo box or a dialog > box. > Can anyone tell me how to achive this. > > Thanks > > > [Non-text portions of this message have been removed] > > > > > > SPONSORED LINKS > Computer part Programming languages Microsoft axapta Support > exchange > > --------------------------------- > YAHOO! GROUPS LINKS > > > Visit your group "development-axapta" on the web. > > To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. > > > --------------------------------- > > > > > > --------------------------------- > Yahoo! Mail > Use Photomail to share photos without annoying attachments. > > [Non-text portions of this message have been removed] > > > > > > > Yahoo! Groups Links > > > > > > > http://belugin.info Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/development-axapta/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

