Use our Google Custom Search for best site search results.
Search
-
I have a question concerning the capabilities of InfoPath. I am trying to create a form for working offline in a mobile mode (using tablet pc) for recording details of a property survey. The survey captures in the region of 3000 fields of data. Traditionally this was carried out using a paper based form with tick boxes etc. The form is complicated ...
-
Thanks Adam. Unfortunately I will not have access to web services as the machine collecting the information will be a tablet PC in an offline mode. I suppose the next question is if it is possible to create a new xml file with a schema defined by secondary datasource?
Regards Paul
-
Is there a simple way of creating an XML output file from a secondary datasource. My form has much functionality and does not connect to any other datasources for information. What I want to do is add at third party XML schema as a secondary datasource and add values to this datasource from my main form and then produce an XML output ...
-
I cannot delete this post but I have found out where the probem was. Firstly I changed the statement to include more brackets...
if ( (3rdIDfield.nodeTypedValue == 2ndIDfield.nodeTypedValue) && (3rdIDfield.nodeTypedValue !== ""))
I created a variable to ascertain the ID for the cloned row:
var 2ndIDfield = ...
-
I have programmatically cloned a row from a repeating table which has repeating tables nested within with a structure as follows:
my:firstgroup/my:firstrepeatinggroup/my:secondgroup/my:secondrepeatinggroup/my:thirdgroup/my:thirdrepeatinggroup
My clone node works but I then need to iterate through each row of the clone to change a UID value. ...
-
I am presuming your dropdown list is bound to a webservice and there is a field(textbox?) where a user types a new value to be added to the dropdownlist. An event then occurs that updates the datasource (webservice). At this point then you wish to have the dropdown list updated?
I would manage this using a rule on the field(textbox?) where ...
-
When I looked at the code to figure out what would be needed to replicate this issue in order to post more information here I discovered the problem!
There is not much that can beat taking a fresh look from a different perspective.
My clone node line of code:
var oldRow = ...
-
Can anyone help with this?
I am using clonenode to create a same as function within my form. Once a user has gathered lots of information and then wishes to start a new record but using previous detail as a starting point,a same as function is used calling the clone function.
The code for performing the clone does ...
-
I have a repeating group in my infopath form which I need to send to SQL db. I have a web service set up to do this. I configured the data connection using the update function of the web service and attempted to use the repeating group as the parameter (dataset) to pass to the web service.
Needless to say (as here I am again in this forum) it ...
-
Found the problem to be another group beneath Group2 in the main data source. Once deleted or moved to higher in the tree above Group 2 then this cured the problem.
thanks for your assistance again Matt.