A family of Microsoft word processing software products for creating web, email, and print documents.
> Regarding if it becomes a Window/Word API issue, what are the chances of getting a hotfix or the like to address that? I'm thinking close to nil.
I suspect you will need to go through a better support channel (this is basically "peer-to-peer", i.e. mostly volunteers) for a reliable answer to that.
Further thoughts:
a. (Almost certainly irrelevant, but...) in more recent combinations of Win/Word, the default location for data source files (i.e. the one that would open if you were trying to connect to a data source manually) is actually a "search folder", not a traditional folder. I don't know exactly what query is used to populate this folder with file names, but I have noticed that a newly created or even newly saved data source can take some time to appear. I expect this all relies on the Windows search and/or indexing engine. But in any case I think you would be using explicit pathnames rather than relying on Word to locate the file.
b. I can imagine a couple of scenarios in which Word might encounter a sync problem. I can't point you to specific KB articles, but it may be worth looking for Win32 APIs that ensure that various views of the file system are in sync. e.g. you might have problems if
- your files are being delivered to a folder in a roaming profile (i.e. not directly to a local folder)
- your files are being delivered to a folder that Windows regards as being "on the Internet" (and, e.g., files in Windows network shares may be regarded as such these days)
Peter Jamieson