HI All,
i want to run a report (A Normal report) from the codeunit .
when i run it , The Normal report shd have to be turned into Processingonly report …
How can i do it…?
Is it possibl to do like tht?
Regards
Venu
HI All,
i want to run a report (A Normal report) from the codeunit .
when i run it , The Normal report shd have to be turned into Processingonly report …
How can i do it…?
Is it possibl to do like tht?
Regards
Venu
Hi Venu,
It’s not possible to change this property at runtime. You could pass a parameter via a function call and suppress the print with SHOWOUTPUT(FALSE) but much simplier to take a copy and make it processing only