Re: [Axapta-Knowledge-Village] Help Understanding Queryrun.changed Method

2010-01-12 Thread Jonathan Halland
Hi Query Run.changed should let you know whether that table in question has switched over to a new record when the queryRun.next() call was made. E.g if you have a PurchTable linked to multiple PurchLines in a query, the line will change everytime the next() is called but the PurchTable will only

[Axapta-Knowledge-Village] Help Understanding Queryrun.changed Method

2010-01-11 Thread Salu J
Hello All, I am new to Axapta and I am trying to understand the QueryRun.changed method. I have pasted an example of code below. There is Query CusttransCustSettlement that essentials joins the custtrans and the custsettlement tables. In the code below there is a if(queryRun.changed(tablenum(Cu