如何編輯 InfoPath XML文件在論壇資料庫在SharePoint編程 2007

下面的幾行代碼片段是更新的InfoPath XML記錄(文件)

SPWeb = _web SPContext.Current.Web; SPList _list = _web.Lists[“SampleFormLib”];

MemoryStream的myInStream =新的MemoryStream(item.File.OpenBinary()); XmlTextReader的讀者= XmlTextReader的新(myInStream);

新的XmlDocument的XmlDocument doc的=(); doc.Load(閱讀器);

reader.Close(); myInStream.Close();

XmlNamespaceManager的nameSpaceManager =新的XmlNamespaceManager(doc.NameTable); nameSpaceManager.AddNamespace(“我的”, “銈://schemas.microsoft.com/office/infopath/2003/myXSD/2009-06-11T12:44:57“);

doc.DocumentElement.SelectSingleNode(“我的:狀態”, nameSpaceManager).的InnerText = “保存”; […]

“該文件已被修改由SharePoint 系統”的錯誤,同時更新InfoPath XML文件在SharePoint庫

如果您嘗試更新InfoPath XML文件對象模型,通過在活動 /或通過任何媒介的WebParts.

雖然 execting的Item.Update() 將導致以下錯誤. 在更新InfoPath XML文件中的ListItem的文件和ListItem對象斷線.

Item.File.Update() 將解決您的問題.

堆棧跟踪 […]

提交InfoPath表單 SharePoint Services表單庫時的錯誤 (InfoPath無法連接到數據源)

,使用RegForm工具來創建一個完全信任的表單

使用下面的語法註冊完全信任的形式在服務器

RegForm /ü甕:MyForm的:MyCompany的/是c:MyFormsMyTrustedForm.xsn

如果是完全可信的表格,然後將訪問連接到其他數據源,如SQL.

創建 & 發布InfoPath表單使用莫斯表格服務 2007

本文將幫助您創建和發布表格服務在MOSS的InfoPath表單 2007.

在MOSS的形式服務 2007 服務形式是在MOSS中引入一個新的,偉大的功能 2007, using the form services the InfoPath form Templates will be uploaded to the Form Library and the Users can able […]