Hello, how are you.. i'm new at NAV reports and i've some doubts about NAV Report functions. Could somone tell me if SKIP function makes a rollback of data process only for that record dataItem?
No, SKIP does not roll back anyting, it just breaks the execution of current OnAfterGetRecord section and returns control to the end of it, so it can process next record.
SKIP is like having a GOTO the_last_line_in_the_section command
BREAK skips the entire section
QUIT ends the report
Answers
SKIP is like having a GOTO the_last_line_in_the_section command
BREAK skips the entire section
QUIT ends the report
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
BREAK = End the lopp of report
QUIT = Quit the report
https://rockwithnav.wordpress.com/2016/02/10/quit-break-skip-exit/
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/