简体   繁体   English

SharePoint 2010 NewForm.aspx查找字段问题

[英]SharePoint 2010 NewForm.aspx Lookup Fields Issue

I have a SharePoint 2010 Foundation site that has recently been upgraded from WSS 3.0. 我有一个SharePoint 2010 Foundation网站,最近已从WSS 3.0升级。 The upgrade was completed successfully with no glitches. 升级成功完成,没有任何故障。

However, ever since I have upgraded the site I have got a problem relating to lookup fields on the NewForm.aspx (New list entry page) on some calendar lists that were existing on the site prior to the upgrade. 但是,自从升级站点以来,我就遇到了与升级之前站点上存在的某些日历列表上的NewForm.aspx(“新列表输入”页面)上的查找字段有关的问题。

The issue is that I have two lookup fields, one for Client and another for Meeting Type / Location . 问题是我有两个查找字段,一个用于“ 客户端” ,另一个用于“ 会议类型/位置” When I am on the NewForm.aspx (new list item entry page) and I select an entry in one of the lookup fields the second doesn't allow me to select anything and just gives me the top value in the lookup list without offering any other alternative selections like it should. 当我在NewForm.aspx(新列表项输入页面)上并且在其中一个查找字段中选择一个条目时,第二个不允许我选择任何内容,而只是在查找列表中为我提供了最高价值而没有提供任何内容其他应有的选择。 These fields are just standard SharePoint Lookup fields and are not modified in any way, nor is the page. 这些字段只是标准的SharePoint查找字段,不会以任何方式修改,页面也不会被修改。 This problem does not happen on new lists I create (with more than one lookup field in them) in the site nor does it happen if I add extra lookup fields on the existing lists, it just leaves these two fields with issues. 我在网站上创建的新列表(其中有多个查找字段)不会发生此问题,如果在现有列表上添加额外的查找字段也不会发生此问题,只会使这两个字段出现问题。

I have used Internet Explorers debugging tools to see if there is an error in any of the JavaScript on the page but nothing is being reported as being a problem and I have also tried rendering the page in different standards in Internet Explorer to see if it is related to the browser but these do not many any difference. 我已经使用Internet Explorer调试工具来查看页面上的任何JavaScript是否存在错误,但是没有报告任何问题,并且我还尝试了在Internet Explorer中以不同的标准呈现页面以查看是否为与浏览器相关,但是这些并没有太多区别。 One thing that is apparent though is that the values for both lookup fields are being pulled in to the HTML of the page as I can see them when viewing the HTML source of the page when it has loaded and in the Developer Tools in Internet Explorer… 显而易见的是,两个查找字段的值都被拉入页面的HTML中,因为在加载页面时以及在Internet Explorer中的开发人员工具中查看页面的HTML源时,我可以看到它们。

If anyone has any experience of things like this and could point me in the direction of a fix for this I would be very grateful... 如果有人对这种事情有任何经验,并且可以指出解决问题的方向,我将不胜感激。

Many thanks in advance... 提前谢谢了...

Take a look at these two links. 看一下这两个链接。 This first might be your issue and while the fix was included on August 2012 CU you still have to make a manual edit (not a true fix in my book) 首先可能是您遇到的问题,而在2012年8月CU中包含此修复程序后,您仍然必须进行手动编辑(不是我书中真正的修复程序)

http://support.microsoft.com/kb/2598273 http://support.microsoft.com/kb/2687375 http://support.microsoft.com/kb/2598273 http://support.microsoft.com/kb/2687375

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM