When trying to use Edit in Data Sheet view after applying SP3 to Sharepoint 2003 users get nothing. There is a fix I found that resolved the issue.
Open the file ows.js (Path: C:\Program Files\Common Files\MicrosoftShared\web server extensions\60\TEMPLATE\LAYOUTS\1033) on your sharepointserver and search for the Method PortalPinToMyPage. After this insertfollowing javascript code:
function RenderActiveX(str){
document.write(str);
}
Restart your server ( I didn't even have to restart and it worked fine)
Visit any Sharepoint List and Ctrl-F5 the page and It's works !!!!
It came from this post.
http://www.eggheadcafe.com/conversation.aspx?messageid=33280331&threadid=33251953
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment