saumya
14th November 2014, 06:31
I have developed one session, which is copy of standard session.
requirement is to save all file, in a path, then send mail.

All are fine. but when call function tccom.dll0010.close.report. report notepad gets open. I do not want this popup. Please suggest.

vamsi_gujjula
14th November 2014, 08:34
is your requirement - sending a report as a mail attachment ?? if yes in LN one can create a device to send a mail

more over if wanted some data in the report to b changed then you should have used the report script ( after copying the the standard report to your Customisation VRC) or may be by replicating the report )

spool would open if some data is sent ( rprt_send() is done) unless you kill it form report script ( after.program)

bhushanchanda
14th November 2014, 11:39
Hi,

Also you can try passing tccom.dll0010.close.report(0) or tccom.dll0010.close.report(1) to the DLL.