Print original report 205 (order confirmation)

julkifli33julkifli33 Member Posts: 1,087
hi all.... i try to preview sales order from report 205 (Order confirmation)
but after i preview, and then i want to print it...
but i cannot print it after preview....
it was said
'This report cannot be printed from print preview.Quit print preview and run the report'
how can i block it?

Answers

  • SogSog Member Posts: 1,023
    You can press the print button instead of preview?
    If you want to know why it happens, it is because the number of times that report is printed is being kept in the Database, because of that, the code has an if statement: "if currreport.preview = false then" record the number of copies that are being printed.
    |Pressing F1 is so much faster than opening your browser|
    |To-Increase|
  • julkifli33julkifli33 Member Posts: 1,087
    Sog wrote:
    You can press the print button instead of preview?
    If you want to know why it happens, it is because the number of times that report is printed is being kept in the Database, because of that, the code has an if statement: "if currreport.preview = false then" record the number of copies that are being printed.
    it works
    thanks :)
Sign In or Register to comment.