Hello Experts,
I have develop the report to print the 'Purchase Order Archive' records. But when I try to print it, always showing the below error. What I need to do that:
The code is below:
Print Purchase Order Archive - OnAction()
PurchaseHeaderArch.RESET;
PurchaseHeaderArch.SETRANGE(PurchaseHeaderArch."No.","No.");
IF PurchaseHeaderArch.FIND('-') THEN
REPORT.RUNMODAL(50064,TRUE,TRUE,PurchaseHeaderArch);
*This post is locked for comments