Hi,
background information:
WSS 2.0 and SPS2003 and SQL2000Sp3a on a Windows2003 Ent Server
following steps i made for opening documents in WSS within different
issues:
1.
After converting a Data List View (document library) in WSS into XSLT
Data View following related function to open documents are without any
parameters:
onclick="DispDocItemEx(this,'','','','')"
therefore open/edit web parts xslt editor and add following entries:
onclick="DispDocItemEx(this,'FALSE','FALSE','TRUE','SharePoint.OpenDocuments.2')"
now it is possible to open it (examp. if you click on word doc,
document will be opened by your client word application)
2.
I added on a WSS Site a task web part with custom columns.
The items within this task will be preselected by another custom list
through web part connection as described in FAQ by Mike.
Functionality is correct and all members of this wss site can work
with it.
As we know that user can attach files to a task item. users can work
with this attachments and save as a same file on wss site.
If they have files like .doc, .xls and other standard ms office files
user can properly open documents in ms office applications through wss
site.
But after users attached files like .vsd (Standard Visio File) users
can open it but they cant save it (get Messages 111 ...already in
use??):
a. they get another open dialog (file download ...open, save, cancel,
more info)
b. as they get if they open a .doc file (youre opening the following
file ...ok, cancel)
for this point i found a microsoft knowledge base article 832815 and
done described workaround. nothing changed!
i viewed the source and found:
<...onclick="DispDocItemEx(this, 'FALSE', 'FALSE', 'FALSE', '')"
href="...>
damn! where is SharePoint.Documents.2 !!
I searched in onet.xml of tasks, ows.js, dispform.aspx nothing found
how to control parameters to DispDocItemEx().
I guess that this code is rendered on server with a opendocument
control by wss.
have someone any ideas related to this?
thx