J
JoeAtPMHCC
I am really struggling with this. While it seems trivial we can't seem to
find our way.
We are using vb.net and infopath.
I can easily reference values from vb that are in my primary dayasource such
as
thisXDocument.DOM.selectSingleNode("/my:myFields/my
ther").text
but no matter how many combination I try I can't seem to reference values in
my secondary datasources.
this code
thisXDocument.GetDOM("EmploymentType_Look").selectSingleNode("/dfs:myFields/dfs:dataFields/d:EmploymentType_Look/@EmploymentTypeDesc").text returns
Reference to undeclared namespace prefix: 'dfs'.
How do I select values in the GetDOM("EmploymentType_Look") and what am I
missing?
Any help would be greatly appreciated.........
Jb
find our way.
We are using vb.net and infopath.
I can easily reference values from vb that are in my primary dayasource such
as
thisXDocument.DOM.selectSingleNode("/my:myFields/my
but no matter how many combination I try I can't seem to reference values in
my secondary datasources.
this code
thisXDocument.GetDOM("EmploymentType_Look").selectSingleNode("/dfs:myFields/dfs:dataFields/d:EmploymentType_Look/@EmploymentTypeDesc").text returns
Reference to undeclared namespace prefix: 'dfs'.
How do I select values in the GetDOM("EmploymentType_Look") and what am I
missing?
Any help would be greatly appreciated.........
Jb