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的支持的组件。

      

  • 相关阅读:
    tomcat自启动的最简单的方法
    Eclipse引入DTD文件
    MyBatis框架之基本知识介绍
    【转】Linux系统安装Redis详细过程
    Spring MVC + Spring + MyBatis 框架整合
    Spring框架之IoC和AOP
    Mysql 时间相关
    【转】Spring事务详解
    Spring的注解问题
    关于Calendar的一些用法总结
  • 原文地址:https://www.cnblogs.com/mingle/p/SP_Datasheetview.html
Copyright © 2011-2022 走看看