Use our Google Custom Search for best site search results.
Browse by Tags
-
So I have a SharePoint 2010 List with a InfoPath for m consisting of around 25 columns to be displayed. I also have a Button on the InfoPath which basically does the work of copying all the data of the specified ID back to the InfoPath so that the user can make the necessary changes & submit the...
-
I would like to extract multiple attachments from an single xml file. How can I achieve using c# code ?
-
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...
-
I have a code block that detects when signatures (even a specific signature) is removed, and inside this block, I want to set some field values. Presently, I even know how to get and set field values using the XPathNavigator class's .SetValue method. The problem comes in when I try to do both at...
-
Hi All, I'm trying to figure out a way to have the text shrink to fit a fixed width textbox. The form is being converted to PDF for printing so the textbox controls on this form cannot be auto resized. I'm pretty sure I have to do this programmatically in the code behind. Any ideas or suggestions...
-
Hello! I’m quite new in c# and I have a problem and don't know what to do :(. I have an IP2010 form, with a windows form (form1) and a combobox (comboBox1) and a field (/my:fields/my:field1). I’d like to do, when the value of the combo box changing, I want to copy the new value of the combobox to...
-
Hi I've created an InfoPath form, containing several project Information ('Project name'; 'Project number'; ...). Via a button in the form I'd like to create a folder (project folder to store project documents) on a seperate network drive, not in a SharePoint library. The folder...
-
Hi How can i implement the submit form button in my form to submit the infopath form via another mail client other than outlook? if it involved editing via C# VB i dont have problem. i assume you have to use the mailto protocol and it will direct it to the default mail client which is that "other"...
-
Hello, Really hoping someone might be able to point me in the right direction: I have a requirement where I have an infopath form attached to a SharePoint 2010 list library (NOT a form library). There are four sections on this form that allow multiple entries. I have currently implemented repeating tables...
-
Hello there I've got this code but it has 2 problems: 1. The double value gets and "Only numeric fields are allowed" 2. I can't find the way to repeat calculate throught all rows in the table... Heres the code: public void cambios(){ //Navegacion entre campos XPathNavigator navform...