i want to print cheque,on bank payment voucher page i have added action on click of that action it giving me current selected vendor's cheque print code as follow on the action
GenJnlLine.RESET;
GenJnlLine.SETRANGE(GenJnlLine."Journal Batch Name","Journal Batch Name");
GenJnlLine.SETRANGE(GenJnlLine."Document No.","Document No.");
REPORT.RUNMODAL(50098,TRUE,FALSE,GenJnlLine);
my requirement is that if same vendor having multiple line for cheque print it should give sum of that amount and print it as single cheque eg:vendor a have to paid by company for product a,b,c of amount 100,200,300 resp now i want print cheque as vendor name with total amount as 500 i really don't know how to do it as beginner can any body help thanks to all .
Answers
Thank You