Group:  Other Microsoft Office Products ยป microsoft.public.infopath
Thread: infopath 2007 OM, DataAdapters

DotNetBag
.NET Development Newsgroups

HTVi
TV Discussion Newsgroups

Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
Rising Antivirus 2006

infopath 2007 OM, DataAdapters
Richard 26.06.2006 17:40:02

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();





RE: infopath 2007 OM, DataAdapters
S.Y.M. Wong-A-Ton 12.08.2006 05:51:01
Try

WebServiceConnection WSSubmit =
(WebServiceConnection)this.DataConnections["PutMarkLogicDoc"];
WSSubmit.Execute();

---
S.Y.M. Wong-A-Ton


"Richard" wrote:

[Quoted Text]
>
> 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();
>
>
>
>
>

Home | Search | Terms | Imprint | Contact
Newsgroups Reader - provided by WiredBox.Net