Use our Google Custom Search for best site search results.
Browse by Tags
-
I have been trying to work on the save feature of InfoPath forms and i am new to this environment. I have an Infopath form hosted on the Sharepoint site. The form needs to be saved after getting filled and then further distribute it so that other people can edit and save their copy. I want to have a...
-
Hi !! As I always say, I'm a newbie with InfoPath but I managed to learn a lot! I made a form that has a managed code where are these two very important codes: SetSaveAsDialogLocation and SetSaveAsDialogFilename. They work, wouhou! They work on my computer, a Windows 8 and they work on my collegue's...
-
Hi all! I'm new with InfoPath and I'm not a programmer or anything so I basically spend hours on forums while doing my InfoPath file... I'm also French, all that means that, I need easy English answers and step-by-step instructions with coding because I'm learning. I'm using InfoPath...
-
The solution: Form --> Infopath Field Great post from Jimmy: http://www.infopathdev.com/forums/p/9305/33475.aspx#33475 Big THX for it!! InfoPath field --> Windows Form 1. Concat selected data to a variable 2. Copy the variable to the clipboard 3. In the form: copy back data from the clipboard to...
-
Does the ForceUpdate function also cause the validation and formatting rules in the InfoPath form to refresh as well? I'm trying to use it after deleting a signature in the code behind, and it doesn't actually update any of the rules. Then if I go into the Digital Signatures dialog box in InfoPath...
-
Similar situation to JohnZ: I have Office 2013, InfoPath 2013, VS 2012 and VSTA for VS 2012, SharePoint Enterprise Server 2013. I've been coding in C# for several weeks within the same form without any errors. Today I tried to open the Code Editor and received the "Famous InfoPath has encountered...
-
Hi Guys This is my first post in the infopath dev forums. I would like to say thanks for having such a great forum and apologies if I am posting in the wrong place.. I need some assistance in refreshing a secondary data source in my infopath form library form after data has been submitted. Basically...
-
How do i write the code for button so the page will refresh and blank the form without putting the Submit button?
-
I have a browser form where a repeating table is programmatically populated with many rows. I use the first row for the user input that a clicked event uses to create the rows. I need the functionality to reset this repeating table so the user can start over again. Because of the user experience I cannot...
-
Hello, I have a multiple-selection box, which when a user selects a value will add an additional row to a repeating table. This part works like a charm, but I'm facing two problems after the fact. Within my code, I have used the following on a object_Changed event: writer.WriteElementString("field1"...