Re: [Axapta-Knowledge-Village] Open a file

2010-08-17 Thread Nix
Hi Afin, You can use SYSEXCELAPPLICATION class for opening the excel application on the desktop from AXAPTA. The Code should look something like this SysExcelApplication application; SysExcelWorkbooks workbooks; ; application = SysExcelApplication::construct(); workbooks = ap

Re: [Axapta-Knowledge-Village] How to call a method fr ever selection change in combo box

2010-07-29 Thread Nix
Hii SaiSharan, You can override the method selectionchange() of the Combobox control and call ur respective method in it. On Thu, Jul 29, 2010 at 11:59 AM, Sai Sharan wrote: > > > Hi all, > > I am a beginner in Ax Programming. > I want to call a method for ever selection change i made in a combo