Use our Google Custom Search for best site search results.
Browse by Tags
-
Hello Everyone, I am new member to this forum and also very new in creating InfoPath forms. Recently I created a simple infopath 2013 form using Visual Studio 2012 C# to query a oracle database, the C# code builds ok but crashes when invoked. The code was fully tested and worked using only Visual Studio...
-
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...
-
I am using Infopath 2010, Word 2010, Sharepoint 2010, and VB in the Infopath code. (This all ties together because we have a document library in Sharepoint using a Word document template that has a Document Information Panel (DIP/Infopath form) where users can enter data that is then automatically inserted...
-
I am writing a code that would programatically remove any content from an Attachment control. There is a nice article about this from bizsupportonline >> http://www.bizsupportonline.net/blog/2009/10/delete-remove-clear-attachment-infopath-form/ a. I created an InfoPath 2010 form, with an Attachment...
-
I'm using InfoPath 2007 to create a browser form. In the form I have a Contact Selector. When it changes I want to get the value of the AccountID and set another field and run additional code. The xpath of the Contact Selector node that my changed event is triggered from is: /my:myFields/my:gpAuthor...
-
OK. I swear I have looked through these forums, MSDN and the web endlessly but I cannot find the relevant pieces to properly place these things together. I've even asked the question on the MS forums but it went unanswered for days (since deleted) so I am trying here. I know my way around SP but...
-
My Infopath 2007 form always works locally returning the vendorID of the selected value but never works after its published to the server. If SharePoint has added namespacing to the XML file how do I figure out how to navigate to the datasource now that its changed. Realize that I have no confirmation...
-
Hello, I have created a form for taking orders from our dealers that is based on an XML schema. I need them to be able to paste their order lines into one text box and use code on the form to parse that out into each xml line for item qty and item id. I have the code working to set the fields from the...
-
I have an Infopath 2010 form that I was previously able to publish to a SP2010 site. Now when I attempt to publish I get the following error message: Infopath cannot modify the form library because the file does not exist. Copy the template to the form library or create a new form library. I get this...
-
I want to take the VALUE of a drop down down box (which is a list of users and the actual value is their domain username e.g. DOMAIN\username) pass it to a bit of code which searches Active directory and then outputs the users email address to a text box. I can do this for the logged on user no problem...