Use our Google Custom Search for best site search results.
Search
-
So I have this InfoPath form that was originally built for SP2010.
I copied this to my SP2013 environment and used InfoPath 2013. I also have VS2012.
So when I open the InfoPath in design mode and point the Language to the .csproj (ie: C:\test.csproj), and when I open the Code Editor, VS2012 opens up without errors. but when I check the location ...
-
I have a repeating table with 3 controls.
I want to add each of these items to a separate list item.
ex: when I fill out the 3 controls with details and click on submit, this will create one(1) list item
but if I fill out the 3 controls and added/inserted another table and so on, and submit, this will create list items depending on the number ...
-
I got the code working by upgrading it. now my problem is
Form does not close/redirect user to form library after i click my custom button "Submit"
in my submit button there is a code that checks/validates the values in my textboxes. but when I click submit, the form is submitted to the form library however the form doesnt ...
-
When I am submitting the form, i got this javascript error. and i was not redirected to my form library
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; InfoPath.3; .NET4.0C; .NET4.0E)
Timestamp: Thu, 3 Nov 2011 05:22:16 ...
-
sorry but i have not tried the infopath filler. because I right click > design my form.xsn, its opening in Infopath designer.
-
I have an infopath 2010 web enabled form. I created a data connection that submits data to a sharepoint library.
then in the Submit Options, i chose, "Perform custom action using Code" and edited the code.
In the code, i am calling a method to check if the value entered in the form is valid (custom validation)
I submit the form in ...
-
im sorry to confuse you but I found a solution but its not working for me.
-
I got this error when uploading infopath form to central admin.
Solution manifest for solution 'f7669491-4905-4436-9cd1-178e00de9185' failed validation, file manifest.xml, line 2, character 84: The 'ResetWebServerModeOnUpgrade' attribute is not declared.
I searched an found out that the solution is to add an entry to ...
-
Here's the scenario, I have this 2 dropdowns, and 1 textbox
dropdowns are : FirstName, LastName
textbox is : Email
here's the content for the FirstName and LastName dropdown:
FirstName ...
-
Hi, I have searched the net and I did not find any approach related to the approach im thinking. And since I'm here, I would like to know if this is possible:
Scenario is: A user will choose a value from the dropdown, for example, I have these controls drpDown and txtBox.
What I want to do is that I will be creating a list and will be the ...