alerts
20th June 2014, 07:17
Hi all,
There is customized report session in which four reports options are present, requirement is the session has to be run through job with 4th report option. Then i used brp.open() functions to open that particular report. The performance of the report decreased and it is taking too much time. Then replaced it rprt_send() function it is running good. Can any body suggest what could be the problem.



Thanks & Regards,
alers

bhushanchanda
20th June 2014, 11:03
Hi,

Try using suspend(1000) after brp.close().

Reference :- Thread (http://www.baanboard.com/baanboard/showthread.php?t=63964)

Also check your $BSE\tmp folder. And your device queue as well.

alerts
23rd June 2014, 03:58
Thanks its working fine


Regards,