R
Richard
How to use DataConnections in Infopath 2007 OM
I want to convert the following code that was in infopath 2003 to the new
2007 OM.
WebServiceAdapter2 WSSubmit = (WebServiceAdapter2)
thisXDocument.DataAdapters["PutMarkLogicDoc"];
WSSubmit.Submit();
I want to convert the following code that was in infopath 2003 to the new
2007 OM.
WebServiceAdapter2 WSSubmit = (WebServiceAdapter2)
thisXDocument.DataAdapters["PutMarkLogicDoc"];
WSSubmit.Submit();