In my Goldmine data I have created a user field called ULetter. In this field is the name of a letter to be printed.
For each unique value of this field I have created a Word Document with a matching name. These files are located in "G:\GOLDMINE\GUEST CARD\LETTERS". "Greentree Homes - A.DOC" looks like this...
{ DDEAUTO Goldmine Data &NameAddress \*CHARFORMAT }
Dear { DDEAUTO Goldmine Data &Dear \*CHARFORMAT } { DDEAUTO Goldmine Data &LastName \*CHARFORMAT }
etc.
I have created an Automated Process that will print a letter from a template called "Guest Card Thank You". This template uses a Word document called "Thank You Letter.DOT"
The "Thank You Letter.DOT" looks like this...
{ INCLUDETEXT "G:\\GOLDMINE\\GUEST CARD\\LETTERS\\{DDEAUTO GOLDMINE DATA CONTACT2->ULETTER \*CHARFORMAT }.DOC" }
If I position Goldmine on a contact record that has "Greentree Homes - A" in the ULETTER field and then open the "Thank You Letter.DOT" in MS Word, it will properly open the document and include the file "Greentree Homes - A.DOC". The merge works perfectly and all the correct information is pulled from the Goldmine record and into the MS Word document.
When I attach a process to that same Goldmine record that calls for the "Thank You Letter.DOT" to be printed from Goldmine, the following things occur.
1. The error "[Microsoft Word]_OpenDoc:Init ERROR 5825: Object has been deleted." pops up
2. When I click on "OK", the error "The file could not be found." pops up
3. When I click on "OK", the MS Word document is displayed on the screen with the correct INCLUDETEXT and merge fields. All the correct information from the Goldmine record is there and I can now manually print the document.
How do I get rid of these error messages?
ajloewen
aloewen@productivecomputer.com
For each unique value of this field I have created a Word Document with a matching name. These files are located in "G:\GOLDMINE\GUEST CARD\LETTERS". "Greentree Homes - A.DOC" looks like this...
{ DDEAUTO Goldmine Data &NameAddress \*CHARFORMAT }
Dear { DDEAUTO Goldmine Data &Dear \*CHARFORMAT } { DDEAUTO Goldmine Data &LastName \*CHARFORMAT }
etc.
I have created an Automated Process that will print a letter from a template called "Guest Card Thank You". This template uses a Word document called "Thank You Letter.DOT"
The "Thank You Letter.DOT" looks like this...
{ INCLUDETEXT "G:\\GOLDMINE\\GUEST CARD\\LETTERS\\{DDEAUTO GOLDMINE DATA CONTACT2->ULETTER \*CHARFORMAT }.DOC" }
If I position Goldmine on a contact record that has "Greentree Homes - A" in the ULETTER field and then open the "Thank You Letter.DOT" in MS Word, it will properly open the document and include the file "Greentree Homes - A.DOC". The merge works perfectly and all the correct information is pulled from the Goldmine record and into the MS Word document.
When I attach a process to that same Goldmine record that calls for the "Thank You Letter.DOT" to be printed from Goldmine, the following things occur.
1. The error "[Microsoft Word]_OpenDoc:Init ERROR 5825: Object has been deleted." pops up
2. When I click on "OK", the error "The file could not be found." pops up
3. When I click on "OK", the MS Word document is displayed on the screen with the correct INCLUDETEXT and merge fields. All the correct information from the Goldmine record is there and I can now manually print the document.
How do I get rid of these error messages?
ajloewen
aloewen@productivecomputer.com