Archive for the "InfoPath 2007" category

 

My struggle with Browser enabled InfoPath Form connection to ‘UserProfileService’ Web Service

 
Overview I faced a silly error when trying to use data connection in a Browser-enabled InfoPath Form to connect to MOSS built-in ‘UserProfileService’ web service in order to retrieve the display name (Preferred Name) of the logged in user. It works great without any error when I preview the form in InfoPath. However, I [...]

Continue reading

 
 

Working with InfoPath Repeatable Table/Section in MOSS workflows

 
Overview With an InfoPath form as a workflow list item, we can gain access to its data via workflowProperties.Item. However, there is no native support in MOSS workflows for repeating table/sections. So we developers have to write custom helper method to gain this function. Reference Julie’s Office Dev Blog : InfoPath 2007, [...]

Continue reading

 
 

Custom ‘Save’ Button in InfoPath Form to save into MOSS Document Library

 
Overview I always try to hide the Top and Bottom Toolbar (the one showing "Save", "SaveAs", "Close") in my Browser-enabled InfoPath Forms. But how can I let the user to save the Form into a Document Library without showing the toolbar?. The answer is to submit the form to the destination MOSS Document Library. [...]

Continue reading

 
 

How to embed browser-enabled InfoPath Forms into Webpart

 
Overview To have a browser-enabled InfoPath Form is nice, but to have an InfoPath Form embed webpart that can be put at anywhere in your page is even more nicer!!! The following PDF file by Nick Grattan Consultancy Limited will shows you how to used out-of-the-box "XmlFormView" Library as a webpart container of browser-enabled [...]

Continue reading

 
 

MOSS hosted InfoPath Form with Web Services Data Connection

 
Overview 在上一篇文 Publish Browser Enabled InfoPath Form to MOSS 2007 中分享了製作 MOSS browser enabled InfoPath Form 的方法. 今次就再為InfoPath Form 加上 Web Services 既 Data Connection. Reference InfoPath and Web Service data connection Data Connections in Browser Forms Data Connection Libraries [...]

Continue reading

 
 

Publish Browser Enabled InfoPath Form to MOSS 2007

 
今日開始玩InfoPath, 想publish一張 InfoPath 既 form 入 SharePoint Server 做 WebPart, 但係0向 publish 既時候就見到呢個warning… "This form template is browser-compatible, but it cannot be browser-enabled on the selected site" 結果搞左一大輪先搞得掂… 方法請參考下面既link Reference: A checklist for enabling browser forms with Forms Services and SharePoint 2007 [...]

Continue reading