Hello.
Our customer has problem with sending word attachements from segment management. some of his customers, which are using older version of microsoft office (2000, XP, 2003) cannot open documents, which are sent from navision.
NAV is 4.0, client 4.0 SP3, Office 2007 with all servicepacks.
User creates word template in word 2007, default format for saving is set as old binary office format (doc). this template is imported to navision.
but after sending mail to recipients from segment, attachements are sent as word 2007 XML format, with extension DOC. and recipients with word 2003 and older are unable to open attachements.
is there any solution how to send documents from nav in old office binary format?
customer does not want to tell his customers to install office plugin which enables to open XML formats in old office.
thanks in advance.
Martin Bokůvka, AxiomProvis
0
Comments
Add a function SaveAs2003 with parameter FileName.
The body should be something like:
//ActiveWorkbook.SaveAs Filename:="test.xls", _
// FileFormat:=xlExcel8
XlWrkBk.SaveAs(FileName,56);
Succes!
Regard,
Frank
automation server WordManagement, which is used in mail merge sending, does not allow to select file format
KCP Consultores
i did this modification to CU 5054:
on my computer, my modification worked. but on computer, where user works with segments, error message appeared. it says, cannot use method SaveAs, unable to work with parameters. so I think, it does not know parameter WdFormatDoc
Those still on 2003 & earlier are better off being able to handle the new formats than having everybody else jump thru hoops for them.
All it does it add more functionality & access to their system..& who wouldn't want that? & it's free.
http://www.microsoft.com/en-us/download ... .aspx?id=3
http://www.BiloBeauty.com
http://www.autismspeaks.org
Iľl try to tell it to them once again.
But it can be mentioned in passing that the program they are using is 9 years old or older. And it would be beneficial to them to install the update. It would allow them to keep using their older programs for more years to come. and it's still free
http://www.BiloBeauty.com
http://www.autismspeaks.org
customer told me, that before same time, this checkbox worked, but it stopped working for some reason and we did not make any changes to CRM module in their NAV.