VishalMistry
8th September 2015, 09:26
Hi all,
I want to launch excel on erpln server. My purpose is as below:
Whenever a warehouse receipt is confirmed against a PO that has purchase requisition link, a mail is sent to the person who raised purchase requisition and also to buyer.
I have configured outlook profile and checked sending test mail. it is working okay (manually double clicking an excel file with auto_open() macro that sends me a test mail). but launching it through following command does not work:
app.id = run.prog("excel.exe " & "d:\erpln\bse\tmp\mews\email.xlsm","" ,RP_NOWAIT)
I dont know what is wrong. What should I do to send mail from erpln server ?
Please guide.
Vishal
I want to launch excel on erpln server. My purpose is as below:
Whenever a warehouse receipt is confirmed against a PO that has purchase requisition link, a mail is sent to the person who raised purchase requisition and also to buyer.
I have configured outlook profile and checked sending test mail. it is working okay (manually double clicking an excel file with auto_open() macro that sends me a test mail). but launching it through following command does not work:
app.id = run.prog("excel.exe " & "d:\erpln\bse\tmp\mews\email.xlsm","" ,RP_NOWAIT)
I dont know what is wrong. What should I do to send mail from erpln server ?
Please guide.
Vishal