It can't be run standalone.
And no, it does have the same flaw with all versions.
Mads W.
OK, I doubt if you will be able to do anything with the data or with the
field layout that will make a difference, but I would try to find some way
to mark the document up so that you can easily do Find/Replace to remove
unwanted spaces and lines, /after/ the DLL has done its work (as long as it
is not printing stuff or e-mailing it straightaway).
For example, if their process leaves your bookmarks in place (I doubt if it
does though), you might be able to use VBA to check for bookmarks whose text
contains a single space and remove them. Or if you want to remove blank
lines, use one or more special paragraph style names (perhaps
RemoveMeIfBlank1, RemoveMeIfBlank2, and so on), then go through the document
removing empty or blank paragraphs with those names.
Peter Jamieson
> It can't be run standalone.
> And no, it does have the same flaw with all versions.
[quoted text clipped - 74 lines]
>>>>>>> Best regards
>>>>>>> Mads
Mads W. - 14 Mar 2005 13:52 GMT
My "unmerged" bookmarks remain in the generated document.
So writing a macro that finds the bookmark and deletes it, shouldn't be too
hard. But however, I would like to have this macro run without the user has
to do anything.
Mads W.
> OK, I doubt if you will be able to do anything with the data or with the
> field layout that will make a difference, but I would try to find some way
[quoted text clipped - 90 lines]
>>>>>>>> Best regards
>>>>>>>> Mads