B
Bicazian
HI
I have looked at the how to example of microsoft.
How to dynamically populate a drop-down list box by using a Web service in
InfoPath 2003 and Visual Studio .NET (2003)
I have loaded SP1 and The toolkit for dotnet so it does not allow me to do
the coding in Microsoft script Editor.
What it is I am trying to do is on a change event of a drop down list box it
should update the parameter of the webservice and querry it again.
I can get the value of the drop down list box with the
thisXDocument.DOM.selectSingleNode method.
I can get the secondary data object with
thisXDocument.DataObjects("mywebmethod").DOM().
I am unable to set the property or get the node.
If I do a selectsinglenode on it it returns nothing.
when I do a selectsinglenode on the object returned by
thisXDocument.DataObjects("mywebmethod").DOM() it complains about the dfs and
s0 in the string.
TX
B
I have looked at the how to example of microsoft.
How to dynamically populate a drop-down list box by using a Web service in
InfoPath 2003 and Visual Studio .NET (2003)
I have loaded SP1 and The toolkit for dotnet so it does not allow me to do
the coding in Microsoft script Editor.
What it is I am trying to do is on a change event of a drop down list box it
should update the parameter of the webservice and querry it again.
I can get the value of the drop down list box with the
thisXDocument.DOM.selectSingleNode method.
I can get the secondary data object with
thisXDocument.DataObjects("mywebmethod").DOM().
I am unable to set the property or get the node.
If I do a selectsinglenode on it it returns nothing.
when I do a selectsinglenode on the object returned by
thisXDocument.DataObjects("mywebmethod").DOM() it complains about the dfs and
s0 in the string.
TX
B