Use our Google Custom Search for best site search results.
Search
-
thanks for the help Matt, but i am getting an error: ''Object required'' on this line
// display the data in the node
XDocument.UI.Alert(''au_fname: '' + objDOMNode.text);
i'm assuming that the line before isn't getting the content correctly:
// store the first name node
objDOMNode = ...
-
Hey Patrick, i don't really have any code as yet that is what i am trying to get assistance with.
Right now i am trying to see if i can at least access the data from in the code like so. This code is in the OnClick method for my submit button:
...
var objDOMNode;
objDOMNode = ...
-
Hi,
i would like to attempt this as well but without the use of web services (use of any other code is okay, e.g. JScript).
Is it possible?
-
hey thanks matt
one more questiontion though - when would i need/want to create a secondary data source?
-
Hi
From the Infopath developer docs it says the DataObjects collection ''Contains a DataObject object for each secondary data source used within a Microsoft Office InfoPath 2003 form''. If this is true then how do i access PRIMARY data sources because in the form that i am using right now i only have one data source - the main one.
Any ...
-
Hi,
I am new to infopath and I have a form which is connected to the sample MS SQL database 'pubs' using the table 'Authors' for testing purposes.
I added another field to the table called 'submitToDbase' which is a bit field that specifies if a record will be submitted to the database or not. Now, what will happen is that records will be ...