Use our Google Custom Search for best site search results.
Browse by Tags
-
I'm trying to use the second approach that uses the qRules' Insert command, but I am having difficulty getting it to work. Maybe its because I am using a database as the main connection instead of an XML connection? I've attached my InfoPath form with the QdabraRules inside the form. Would...
-
Thank you for your help donstephen, but I was looking for the secondary data source fields to be submitted into the main data connection into separate records, not one large concatenated entry, please see the attached example of what I am trying to do. Basically trying to copy the fields in a secondary...
-
I have an Infopath 2007 form that is a basically 5 page form. View1 contains all 5 pages. View2 only contains page 1, View3 contains page 2, and etc. I am trying to programmatically determine what nodes of the data source are used in View2, View3, View4, View5, and View6 while the form is opened in a...
-
Thanks donstephen, the approach is what I am looking for, however I need to populate the same field multiple times from the Secondary data source.
-
Thanks for your reply donstephen, just to answer your question my button is located within the repeating table, I am however unable to open your sample form as I only have InfoPath 2007 SP3 to work with. The code is: Public Sub CTRL151_4_Clicked(ByVal sender As Object, ByVal e As ClickedEventArgs) Dim...
-
I am trying to populate My main table which only consists of one field from a secondary table automatically when a button is pressed. It is throwing up an error on this line: MainDataSource.CreateNavigator().SelectSingleNode( _ "/dfs:myFields/dfs:dataFields", _ NamespaceManager).AppendChild...
-
Hi DonStephen, I have repeatedly tried to define rules for auto-populating one field on my form and even following your example, I am still not able to accomplish this. My form is rather simple: One drop down for the user to select DEBIT or CREDIT which in turn needs to populate the Billing Type field...
-
I'm using InfoPath Form Libraries, the infopath files uses UDCX files to get the data. InfoPath files and UDCX are in the same site collection and in same server "Server A". Now when I try to access the InfoPath files from "Server A", the InfoPath files works perfectly. But when...
-
Hi Everyone, I have a situation where there is a 2007 InfoPath library in which InfoPath form fields get populated via a custom workflow. Going into more details--the InfoPath form name get populated from a prefix (numeric values) coming form one form and the other portion gets named from a value coming...
-
I have a infopath form which is linked to sharepoint list. We have setup groups and setup the permission for the groups. This has been working okay for a year no problem. We have both internal and external (via extranet) access the sharepoint site then view the infopath form. For the past 3 weeks when...