Use our Google Custom Search for best site search results.
Search
-
We are getting ready to purchase a database application that is based off a Pervasive Database (btrieve). I need to do a front end interface so end users can update information in the database. I currently have InfoPath 2007 but will upgrade to 2010 soon. I created an ODBC connection to the database and InfoPath sees the tables; ...
-
The lookup tables are not on the same server as SharePoint. I thought creating UDCX connections would take care of that. We have contracted with someone to help us set up SharePoint and I have done what they told me to do. How do I create a cross domain connection? I don't understand why it would work to connect to the ...
-
I have an InfoPath Form that is published to a SharePoint 2007 site. The form has several data connections that are used in drop down boxes within the form. The form works well as long as I use my local connections. I can submit from the SharePoint site and pull the form back up and resubmit with no errors. This is not the ...
-
I managed to delete the duplicate Aircraft connection and all of the references in the form and the form is working properly on my local computer. The dropdown is still not working after converting the data connections and publishing the form to SharePoint. The only thing I see different in this data connection is ...
-
I have an InfoPath Form that has been published to a SharePoint 2007 document library. The form uses several lookup tables for dropdown list within the form. I have converted all of the data connections to a udcx connection on SharePoint. All of the dropdown boxes are working from the SharePoint Forms Library except one ...
-
I will pull the form up from SharePoint, enter the data, submit to the database and then it submits to the document library. The form is refreshing the values, therefore, overwriting my values before it goes to SharePoint. The field is a dropdown selection with the formula as the default value so it will prepopulate the names ...
-
I have a field @combine that I have set the default formula to reference two fields @PIC_Combined and @SIC_Combined based on the following formula: This is a flight log form in which there can be multiple legs with different officers flying. Most the time the same PIC and SIC will fly on all legs so I want the legs to default with the ...
-
I think I have narrowed down the problem. The form had a rule on a section and it was causing problems once it was submitted,so I removed the rule and found another way to accomplish the same thing. I've removed several sections and tables and adding them back one at a time. It seems to be working ok. I havent' been ...
-
The primary Id is blank if it goes to SharePoint first, then to the database (but I get two records).
These are the submit rules:
Set a fields value : submitted = "Y"
Set a fields value : @Addedtotable = now()
Submit to Main Connection
Submit to SharePoint Library.
1. The primary key field is on the form and goes with ...
-
The primary key is an automatic generated number in the database and that primary key is related throughout the child tables. I wanted it to submit to a database first because i want to use lookup tables (created with views) to pull in some last submitted default information. I have actually disabled all of those trying to resolve ...