zoukankan      html  css  js  c++  java
  • 深入浅出SharePoint——在wss3.0中不能在数据表视图中进行编辑

    问题描述:

    使用Excel2003或2007发布报表的方式发布数据到MOSS站点的列表中,发布成功后无法使用数据表视图进行查看和编辑。

    报错信息: 

    该列表显示于标准视图中。由于以下一个或多个原因,该列表无法显示于数据表视图中: 未安装与 Windows SharePoint Services 兼容的数据表组件。浏览器不支持 ActiveX 控件,或对 ActiveX 控件的支持被禁用。

    解决办法:

    针对Office 2003 Professional Editon版本: 

    After asking around in the SharePoint Community and finally asking Microsoft Support (who turned out to be very helpful – many thanks!), we found the following solution on how to display the datasheet view:

    1.       Close Internet Explorer
    2.       Start -> Run… -> “regedit” (without quotation marks)
    3.       In the Registry Editor, delete the following Folder (sub-key)…
    Path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility
    Sub-Key: {65BCBEE4-7728-41A0-97BE-14E1CAE36AAE}
    4.       Start Internet Explorer and open SharePoint content in the Datasheet View

    针对Office 2007:

    请检查office是否安装对office2007的支持的组件。

      

  • 相关阅读:
    Samba服务器搭建
    Nginx优化
    Nginx配置
    LNMP环境搭建
    mysql主从同步
    Linux系统文件权限体系详解
    强大的grep,sed和awk--用案例来讲解
    Linux中关机,重启,注销命令
    如何解决一个问题(一)
    Linux基础命令讲解(二)
  • 原文地址:https://www.cnblogs.com/mingle/p/SP_Datasheetview.html
Copyright © 2011-2022 走看看