Use our Google Custom Search for best site search results.
Browse by Tags
-
I am migrating InfoPath 2007 form to 2010 to 2013. The form is developed in InfoPath 2007 and has code behind. I opened the form using InfoPath Designer 2013,updated data connections. When I clicked on Code Editor, code did not open, so I removed the code and hit Code Editor. It created a new Project...
-
Good morning. I have a InfoPath 2007 form writing to a SharePoint 2010 custom list. Basically I am trying to accomplish the following: Users complete the fields in the form then click submit. This sends the form contents to the SharePoint site, queries the site for the ID (and populates the ID field...
-
I have a 2007 version InfoPath browser enabled form that does not utilize any managed code. Simply rules and conditional formatting. My goal is to upgrade the existing form to be compatible for version 2010. I am able to open the form using InfoPath Designer 2010, and change the compatibility to be 2010...
-
I built a form for working with a few tables in SQL (table creation code below). When I built the form initially everything worked. I recently moved the DB to a new server and now the 3rd table in my data source structure will not repeat. When creating the connection table 1 was added first, then table...
-
(Using Sharepoint infopath form services & infopath 2007) So I've created a Vacation Request form for my department, with many sub departments, each with their own supervisor who'd approve these forms. I've created a standard Submit button which sends the form to each departments Form...
-
Good morning experts. I am wondering if anyone had an C# example where a user can click on a (submit) button, and the code will call an API (or other printer object) to 'print' to the MS Office Document Image Writer. The end result being the file would be saved in a .tif format. I was able to...
-
Hello I was wondering if I could please ask for some help? I have an infopath form that I have connected to a SQL database (a test database for now). The database contains two tables, the first table has the employee details in (Employee ID [PKey], Fname, Sname, DOB, Job Role) and the second table has...
-
Hi I have a form which is being filled out by many users throughout the day and they tick off their relevant tasks. I am looking to 'lock in' the form (make all fields read only) by pressing a button. I have toyed with the idea of doing it changing the view of the form, however i cannot make...
-
After a new form is loaded, the first view is a selection page. Once selection is made a button click takes user to selected form. At the button click it can take 44+ seconds for next page to load. This form has no qRules or DBXL but it does have code and several data connections and multiple views....
-
I have been following this example of submitting a Repeating Table to a sharepoint list.
What I would like to do next is to have a normal table (non-repeating) submitted along with a repeating table.
For example, I have a form where an employee is added. That employee might have work experience...