Good luck. Try use this code.
  
  static void tables(Args _args)
{
treeNode treeNode;
XInfo xInfo = new XInfo();
;
treeNode = xInfo.rootNode();
  treeNode = treeNode.AOTfindChild("Data Dictionary");        
  treeNode = treeNode.AOTfindChild('Tables');
treeNode.AOTnewWindow();
}

  Best regards,
  Liviu
 
LIVIU STOICA <[EMAIL PROTECTED]> wrote:
  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]





  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
Bring photos to life! New PhotoMail  makes sharing a breeze.

[Non-text portions of this message have been removed]






SPONSORED LINKS
Computer part Programming languages Microsoft axapta
Support exchange


YAHOO! GROUPS LINKS




Reply via email to