How to set flag after first printing of document

ArchyArchy Member Posts: 70
edited 2006-09-11 in Navision Attain
Hi all!

Is it possible in Navision to set a flag after the document was printed first time? I mean, if users were making a print preview of document, the flag has not be updated, only after first printing.. I have no ideas how to make it... Thanks for any help!

Comments

  • krikikriki Member, Moderator Posts: 9,112
    Check the printing of the sales invoice (R206)
    trigger CopyLoop - OnPostDataItem()
    IF NOT CurrReport.PREVIEW THEN
    SalesInvCountPrinted.RUN("Sales Invoice Header");
    and check the codeunit.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.