CurrReport.SKIP and Break and Quit

jaclynjaclyn Member Posts: 56
Difference between CurrReport.SKIP and Break and Quit?

Answers

  • ara3nara3n Member Posts: 9,255
    edited 2017-10-08
    I disagree. For example in XMLPort, if you use currXmlport.Skip in Export::OnBeforePassVariable() it doesn't write the element in the xml file.
    Find me that in your FM.

    I suggest to try them and see how they work.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • Slawek_GuzekSlawek_Guzek Member Posts: 1,690
    jaclyn wrote: »
    Difference between CurrReport.SKIP and Break and Quit?
    ara3n wrote: »
    ... For example in XMLPort...
    seems irrelevant?


    Slawek Guzek
    Dynamics NAV, MS SQL Server, Wherescape RED;
    PRINCE2 Practitioner - License GR657010572SG
    GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
  • ara3nara3n Member Posts: 9,255
    edited 2017-10-08
    It's an example of incomplete manual. and he wasn't asking for what they do, but rather what is the difference, and that is not in any manual.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • lubostlubost Member Posts: 611
    Currreport.SKIP - skips actual record
    Currreport.BREAK - skips actual dataitem
    Currreport.QUIT - ends report
  • Slawek_GuzekSlawek_Guzek Member Posts: 1,690
    using ara3n argumentation: you have just said what they do, not what is the difference. Oh.. hang on....
    Slawek Guzek
    Dynamics NAV, MS SQL Server, Wherescape RED;
    PRINCE2 Practitioner - License GR657010572SG
    GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
  • maheshroyal34maheshroyal34 Member Posts: 19
    Currreport.Skip - Step Outs from Current Record
    Currreport.BREAK - Step Outs from Current Table and jumps to next dataitem(if any)
    Currreport.Quit - Exit from Report,
  • YuryYury Member Posts: 59
  • BonifaceBoniface Member Posts: 1
    using ara3n argumentation: you have just said what they do, not what is the difference. Oh.. hang on....

    @Yury Did you say New genaration areLazy?
  • TallyHoTallyHo Member Posts: 383
    What's not to get here?
Sign In or Register to comment.