Break and Quit in Reports

viriatoviriato Member Posts: 105
I'm trying to use Break or Quit in a report, how are these commands used, can someone post an example.

Thank you.

Comments

  • bbrownbbrown Member Posts: 3,268
    BREAK - Ends execution of current dataitem. This will end the current dataitem but report will continue with next step.

    QUIT - Ends execution of report. This will take you out of the report.
    There are no bugs - only undocumented features.
  • viriatoviriato Member Posts: 105
    Thanks

    But do you just use it with a simple line like this?

    Quit;
  • kapamaroukapamarou Member Posts: 1,152
    CurrReport.QUIT;
Sign In or Register to comment.