Use our Google Custom Search for best site search results.
Browse by Tags
-
I am currently building a Timesheet form that is to be accessed from a SharePoint site. I have also created a Dashboard form that certain "Form Admins" can use to view and edit all of the submitted Timesheets (which are submitted through the DBXL service). I have built an Admin view into the...
-
Hi, I have a save button that usese the deleteAll method of the FormErrorCollection that clears all errors in an Infopath form. This is to make madatory fields, none manadatoy so users can save a form at any point whilst editing. Is there a way of getting the form errors again without closing and opening...
-
Hello I am trying to access AccountID of people picker in C# code changed event of the field (ApplicantName),; I am getting errors while running the code as its not an object any help would be helpfull thanks XPathNavigator root = MainDataSource.CreateNavigator(); String AccID = root.SelectSingleNode...
-
Can some one explain how an Infopath file .xsf and xsn related? , I have my form options Full Trust , and a certificate to run a code which writes files to x drive. Every time i change C# code in Infopath , i need to include my certificate in form options and i found out , you have to do save file or...
-
Hello, I've problem in automating the form to send email to multiple people in a repeating section. I've a requirement where in I've to configure the infopath form to send mails to people who are added in the repeating list. Problem is, it takes only the contact in the first row. Is there...
-
I have developed an extensive InfoPath - browser enabled form for my client - 600 + fields. It is a form that is saved to a sharepoint form library. They have SharePoint 2010 (2010 SharePoint server - enterprise edition). Tthis form is quite large (600 + fields), I call it my Selections Form. How I am...
-
Can anyone assist with this issue. I have InfoPath 2010 x64 installed and when trying to use the code editor I get an error that Visual Studio Tools for application is required. I followed the instructions and still received the same error. After many attempts I uninstalled x64 version and reinstalled...
-
hi, I am very new to infopath , is it possable to set up a form to query a database and submit the results to another database , I have tried to logic it out but am at a loss now!! Denis
-
I'm using Hilarys guide, qRules submit to sharepoint list. I have a form with a repeating table, when I update an existing posting in the form a new posting is created in the Sharepoint list instead of updating the existing. I have created the id field - I wonder what I'm missing or have done...
-
Hi All, Below is the requirement: - On a webpage, User clicks on a button/link to generate a InfoPath form from the template saved on local drive - Generated InfoPath form should be pre-populated with values from DB - Publish the generated to email recipients programaticaly I am able to unPackage and...