hi everyone, i tried to search the web for this, but i have not found my answer. that will probably be a simple "no, not possible".
btw, let's go with the question.
Scenario: there's a job scheduler which periodically runs a codeunit that runs objects (in our case reports, other codeunits, dataports...).
I have a particular report that simply does something like this, no reqform, no parameters, the report is run through REPORT.RUN(number,false,false):
Onaftergetrecord
If codeunit.run(mytable) then; //archive mytable in another table and then deletes mytable
commit;
the first instruction normally avoid the errors (and it works correctly if we run the report manually), but if i put the codeunit as a job of the job scheduler it doesn't work, that is: the first error stops the job, and no document is processed.
If i try to process only those documents that i know they are processed without errors, the job works smoothly (obviously).
i can write some lines of code to test possible errors before they happen, but the "IF codeunit.run" method is easier,smarter and faster...
thanks in advance
-Mirko-
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
Answers
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Anyway, this is another story, problem solved, thanks
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog