Using Break Command

lreinax
lreinax Member Posts: 34
edited 2003-02-28 in Navision Financials
I trying to use break command to exit from a loop in a data item, but
it causes the exit from the all trigger and not return control to the statement inmediately follows the loop.

any idea why?, I´m using 2.00 ver of NAVISION.

Thanks a lot.

Comments

  • Christian_Buehl
    Christian_Buehl Member Posts: 145
    Try to use SKIP instead.
  • lreinax
    lreinax Member Posts: 34
    Thanks Christian,
    but, when you use skip you exit from the current iteration of the current data item.
    What I need is exit from a loop inside the current data item.

    I´ll keep on trying......

    Thanks
  • svennoomen
    svennoomen Member Posts: 2
    Hi,

    Could you explain why you want to do this, because maybe there is a other solution to it .

    Sven :?: