I have this report which if i specify it as processing only,it doesnt give me the desired results but when i have it as not processing,and it has sections,it gives the results, what am i missing here?
i want to run the report and update the sales invoice headerif onaftetrgetrecord,it meets the criteria.
code below
IF (Amount<>"Amount Including VAT") THEN
CurrReport.SKIP
ELSE
"Export DocStatus":="Export DocStatus"::Export;
"Sales Invoice Header".MODIFY;
Comments
Did you Calculated them before the code?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
no i haven't,should i?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav