1.
Changed de commas into points: same result.
Changed the commas into #: same result.
2.
a.
print activedocument.mailmerge.datasource.name
\\Hdc.local\dfs\ABO-Prod-Files\Brieven\NAZ_GE\07241050.DOC
b.
print activedocument.mailmerge.datasource.connectstring
- nothing happens
- the merge program opens the datasource, does the mailmerge and closes the
databaseconnection all be itself. When give the command the
databaseconnection is already lost.
c.
print activedocument.mailmerge.datasource.querystring
SELECT * FROM \\Hdc.local\dfs\ABO-Prod-Files\Brieven\NAZ_GE\07241050.DOC
I wish I could give you the datasource but the data holds private
information from our customers, I hope you understand.
Harry Broekhof
> 1. Can you try changing those commas to periods (, -> . )
>
[quoted text clipped - 65 lines]
> >> >
> >> > p.s. we use Windows2000 in a large network and Word2000 for merging.
> I wish I could give you the datasource but the data holds private
> information from our customers, I hope you understand.
Yes, but it does make diagnosis harder. Mostly, all I can do is ask
questions based on what I have encountered in the past.
Are these .doc files that you are using as data sources actually Word .doc
files or some other format (plain text?) with a .doc extension?
When you have a problem with a particular data source file, if you are able
to save the data source and peform the connection manually, do you always
have the same problem? If not, there could be a problem to do with file
locking or availability. I have encountered problems in the past with data
sources stored on DFS fiel systems.
Are these .doc files actually Word format .doc files, or (e.g.) plain text
files with the extension .doc? (If the files are generated automatically,
what format options are available, if you had to change to solve the
problem?)
Do the data sources that "fail" have any of the following characteristics
when compared with the ones that do not fail:
a. a lot more columns or rows
b. some, or more, accented characters in the data rows or header row
c. some, or more, text delimiter character (typically double-quote here in
the U.K.), or multiple double-quote characters
d. multi-line data?

Signature
Peter Jamieson
http://tips.pjmsn.me.uk
> 1.
> Changed de commas into points: same result.
[quoted text clipped - 96 lines]
>> >> >
>> >> > p.s. we use Windows2000 in a large network and Word2000 for merging.
Window nummers (word2000) - 27 Jul 2008 16:37 GMT
The doc's have the "doc" extension but are in fact NOT Word-documents, you
are right there:-) the files are being generated by the same sql-routine's,
that is also why I can't grasp what the differents can be. Also our
programmers with made the routines know what the trigger is.
This week I will ask if, in this case, I can send you such a file. I think I
will get a YES on that question. Is there an adress to where I can send such
a file? My businessadress is: h.broekhof@hdcmedia.nl
> > I wish I could give you the datasource but the data holds private
> > information from our customers, I hope you understand.
[quoted text clipped - 124 lines]
> >> >> >
> >> >> > p.s. we use Windows2000 in a large network and Word2000 for merging.