Hi Experts,
Present I am doing Upgradation from Nav 2009 to Nav 2015 so here in Code Upgradation total code is fine
but in some dataItems CurrtReport.Break; is Getting Problem.
I checked with the Debugger i Found if currentReport.break is occur its break and jump to OnPostDataitem in Nav2009, But It Comes Nav 2015 It jumps the hole Dataitem.
Integer - OnAfterGetRecord()
IF PostingDate = PostingDate::"Invoice Date" THEN
CurrReport.BREAK;
here is above code is in OnAfterGetRecord() when debugger Came to Break it come out of Integer DataItem.
is there any problem in Break statement please suggest me.
Regards,
Ramesh.
*This post is locked for comments