RE: [Axapta-Knowledge-Village] Excel Add-ins for Axapta

2006-04-02 Thread Steve Wright
Hi Satish Atlas xl ( at www.atlasxl.com.au ) has the functionality to - Support the AX 3-tier implementation - Requires your AX login password with all AX security supported by Atlas xl - Support AX label files - report off all tables and views in the AOT - upload into any table in the AOT

Re: [Axapta-Knowledge-Village] Re:Re: how to display column heading using programmable section

2006-04-02 Thread Paulius
to call Programmable section use control number: element.execute(1);// it is 1 in this case if you set your programmable section property Autodeclaration to Yes, then you can refer to it by the name: YourPragrammableSectionName.execute(); also if you have fields in this prog. sec, you can