|
Rank: Newbie Groups: Member
Joined: 1/8/2010 Posts: 3 Points: 9 Location: Knoxville, TN
|
Currently we have been using mylittlewriter to generate word documents from asp pages. It has recently become an issue when you choose to open or save then open the document. Microsoft Word sends and error stating "There is not enough memory or disk space to complete the operation" when opening the file. If you click OK the document opens with no problems. The file size of the document is only 6 - 25 KB. I have searched for a related issue and can not find anything similar. It is only happening when trying to open documents with a .doc extension that was generated by the mylittlewriter tool. Any help or suggestions would be greatly appreciated.
Thanks
|
|
Rank: Administration Groups: Administration
Joined: 9/11/2006 Posts: 605 Points: 649 Location: Enghien Les Bains, France
|
This error usually occurs when you try to insert an image and use a wrong path file.
|
|
Rank: Newbie Groups: Member
Joined: 1/8/2010 Posts: 3 Points: 9 Location: Knoxville, TN
|
Thanks for the Hint but there are no images being placed in the report. We are simply creating a object for the MyLittleWriter. Set the document properties. Create a header, create a table and add row's and cells and put text in the cells. create a footer, a second page and repeat the process. The report is only a two page report with a set layout that does not change, just minor data (calculated figures) from a SQL select statement that is ran on page load. We do not have any JavaScript in the asp page that is creating the report, i saw in earlier notes that jscript can cause issues. Any other suggestions?
|
|
Rank: Newbie Groups: Member
Joined: 1/8/2010 Posts: 3 Points: 9 Location: Knoxville, TN
|
Im sorry, after doing more digging i did find a method that was adding and image to the file and the image was moved to a different folder. The problem was a bad image path.
Thank you very much for you help
jdunn5
|
|
Guest |