[Axapta-Knowledge-Village] method changeDesign()

2005-01-08 Thread don
Hello, Some reports like SalesConfirm have a changeDesign() method. The method contains references to controls in the design of the document. If the control is removed from the design an error is given due to the method changeDesign(). Can someone explain me the purpose of the method

Re: [Axapta-Knowledge-Village] Group by in X++ ??

2005-01-08 Thread Varden Morris
Hi Anton, I tried this in a job andI didn't get any error: Query q = new Query(); QueryBuildDataSource dsSalesTable; QueryBuildDataSource dsSalesLine; QueryRun qr; SalesTable SalesTable; dsSalesTable = q.addDataSource(tablenum(SalesTable)); dsSalesLine =