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

      

  • 相关阅读:
    架构探险笔记3-搭建轻量级Java web框架
    软件工程
    Mysql基础
    Navicat快捷键
    百度搜索的使用技巧
    利用adb截图然后传到电脑
    Div不用float布局
    安卓开发之ScrollView
    安卓开发ScrollView嵌套ListView只显示一行
    修改eclipse的背景色(转载)
  • 原文地址:https://www.cnblogs.com/mingle/p/SP_Datasheetview.html
Copyright © 2011-2022 走看看