02.09.05 в 00:03 littleefl725 в своём письме писал(а):

> I am trying to create a loop to get all the field names in the
> SalesLine table.  Can anyone tell me if this is possible?

static void Test_TypeTable(Args _args)
{
     DictTable tab=new DictTable(tableNum(SalesLine));
     DictField fld;
     int i;
     ;
     for(i=1;i<=tab.fieldCnt();i++)
     {
         fld=new DictField(tab.id(), tab.fieldCnt2Id(i));
         info(fld.name()+"   |   "+fld.label());

     }
}


-- 
http://belugin.info ICQ:9406811





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/saFolB/TM
--------------------------------------------------------------------~-> 

 
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/
 




Reply via email to