Use our Google Custom Search for best site search results.
Browse by Tags
-
I am looking for help on what I am doing wrong when publishing a created form to a network location. The form I have created has several connections that retrieve and submit data to an SQL database. I have saved these connections in subfolder as the infopath form. I have saved the form as a normal save...
-
I'm not sure if this is where to start but I'm having an issue with displaying a datetime in an infopath 2013 form. Little background: this is an infopath 2013 form that is saved to a network location for users to enter data. My main connection is a connection to SQL 2017. I have a smalldatetime...
-
I would like to extract multiple attachments from an single xml file. How can I achieve using c# code ?
-
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...
-
Good day. Need help! How to close form infopath correctly? I have same problem as author (i call web service, show message to user, than close infopath and receive exception) I close infopath like this: thisApplication.ActiveWindow.Close(true) And exception follows: Value cannot be null. Parameter name...
-
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...
-
I'm using cascading dropdown list and I want to refresh each dropdown in the on change event For example: I have two dropdown list, in the first one I have the following options A,B,C in the second one I have D,E,F if I select in the first DropDown option A I want to refresh the second one and so...
-
Good day, I've got a quite simple Document Information Panel view, created in InfoPath 2013, to be used in Word. I need to perform a calculation on one of the fields. It's too complicated to perform this calculation within InfoPath, I need to write some code in C# of VB (using Visual Studio)...
-
Hi I have an Infopath form with a number of drop down list boxes populated with different data. When a button is clicked I want the selected value taken from each drop down box and then added to a numbered list box. There will be a number of entrys to the numbered list box. How do i do this? I can only...
-
I have a Infopath Form to Submit Basic infomation, When submit that form, based on the inputs and current user create a new form using another infopath template. Please guide me how to open another infopath Form using infopath code behind (c#)