infopath

How to Bind textbox/ListBox from one List with depending on other Dropdownlist populated with Another Sharepoint list in InfoPath?

南楼画角 提交于 2019-12-13 09:30:30
问题 I have a DropDownList which is populated with One SharePointList in INFOPATH DESIGNER and the value for other textboxes are filled depending on this DropDownList Selected Value using Rules & Action. This works fine. But, now i want to retrieve data in TextBox or ListBox which is present in Other List. (Want to use ClientID as LookUp value) depending on the Selected value of Dropdownlist. Eg: ClientList(ClientID,Name,City) ClientAddress(ClientID,Address1,Address2) Depending on ClientID from

How to export an InfoPath Form as a PDF from within a WinForm hosted FormControl?

我与影子孤独终老i 提交于 2019-12-13 02:56:52
问题 I have a C# WinForm app that (among other things) hosts an InfoPath FormControl to allow users to fill out some forms. The save method provided in the WinForm app, in addition to saving the form XML, also exports the form as a PDF so that a PDF copy can be sent out via email. All worked well when we were using InfoPath 2007. Since the company is now upgrading all machines with Office, from 2007 to 2010, I need to update the app to work with InfoPath 2010. After changing the required

Get a SharePoint InfoPath form to load in the browser from a task

落爺英雄遲暮 提交于 2019-12-13 01:26:00
问题 I've published an InfoPath form, through the administrator route, to a document library. I can click new form on the document library and have my custom form load up in the browser. When the filled form is saved back to the list it fires off a workflow. The workflow creates a task for another user to go into the form and complete the missing fields (if there are any.) The key here is that the partially filled form saved to the library needs to be the very same form opened in the first task.

Enable the controls in a InfoPath 2010 read-only view

本秂侑毒 提交于 2019-12-12 05:29:53
问题 Hi I would like to display a read-only infopath form the the end-users.I have created a read-only view,everything works perfectly apart from the file attachments.In a a read-only infopath form view , users could not download the file attachments.Is there a way I could ovverride this just for the file attachment?Otherwise ,I have to create a rule to manually make every controls read-only on the form. Can anyone shine some light on this? 回答1: That is one of the drawbacks to a "read only" view.

How to count number of semicolon in the Textbox field In Infopath 2013?

感情迁移 提交于 2019-12-12 03:36:49
问题 Field A Value Is : Test1;Test2;Test3;Test4 I need to count number of semicolon present in Field A Like : 3 its possible to do this without coding? 回答1: Try this: Field A: Test1;Test2;Test3;Test4 Field B(default value): string-length(translate(FieldA, "1234567890ABCDEFGHIJKLMNOPQRSTVWXYZabcdefghijklmnopqrstuvwxyz", "")) Result: 3 Translate function is to convert the other characters to blank(no space) and then using string-length to count the semicolons that are left. EDIT: Created a blog post

Enable Infopath button

百般思念 提交于 2019-12-12 02:43:48
问题 Ok so am fairly new to SharePoint and InfoPath but here is the thing. I have made this form in InfoPath. Section A gets data from a SharePoint library, Section B get data from another SharePoint library but that data is dependent on the data in Section A. Section C gets data from another different library but the data is also dependent on whats in Section A. So now I want the 'Show' button I have circled to be disable and enabled only when the queried record exists in the Library of Section C

Infopath textbox displaying html tags

拥有回忆 提交于 2019-12-11 21:31:40
问题 How do I stop Infopath from displaying html tags in my text box? For example, my textbox has: "Hello World!" but it will show up in the print preview as: "hello world!" Strangely, Infopath is converting my text to include html.. 回答1: You cannot use a textbox to display HTML text as rendered HTML - you will need to use a rich text box. You then would have to programatically add your HTML as child nodes to the text box like so: MainDataSource.CreateNavigator().SelectSingleNode("//my:rtfField",

Embedding InfoPath form in email with VBA using SMTP/CDO

时光总嘲笑我的痴心妄想 提交于 2019-12-11 12:16:23
问题 I am attempting to do the following: Use VBA to generate SMTP email Display InfoPath form embedded in email This will be linked to an Access database Unfortunately, I have not been able to configure the outgoing SMTP message correctly using CDO. I have been building on information found in this post which unfortunately is in C# and some of this functionality doesn't directly map to VB/VBA. Specifically, the "Message.Headers" part is not a property the CDO.Message class has. I have been able

ERROR: request not found in the TrackedRequests. We might be creating and closing webs on different threads

吃可爱长大的小学妹 提交于 2019-12-11 08:02:43
问题 This is an error I receive from Sharepoint when I deploy a custom workflow to a forms library. The workflow is very straightforward and doesn't do anything fancy. I was reading from the an infopath form, but have since stripped down all non-essential code to see if I can get it working. As far as I can tell, other workflows are fine (I've developed others on the same box and they are intact and functioning). The design view of the workflow is as follows: alt text http://img5.imageshack.us

Custom E-Mail Event for Sharepoint Upon InfoPath Form Submit

泪湿孤枕 提交于 2019-12-11 06:04:33
问题 A customer wants an e-mail notification sent to a select group of people when a new InfoPath form is submitted to a particular Document Library on their SharePoint 2007 setup. Easy, right? Use a custom set of rules for an e-mail submission in InfoPath, plop in the addresses, use a fancy equation to construct a useful e-mail subject line... and done. Worked like a charm. Problem solved in just a few minutes... However, the customer doesn't want the whole form e-mailed out or even attached to