Search - InfoPath Dev

InfoPath Dev

Use our Google Custom Search for best site search results.

Search

Page 62 of 62 (616 items) « First ... < Previous 58 59 60 61 62
  • Re: How to open optional section

    In the above example that i have give note that ''&lt;my:group1&gt;'' is a section which contains a node within it. Similarly you can have your fields inside that xml. Agni InfopathDev India
    Posted to General (Forum) by Agni Jonnalagadda on 04-14-2005
  • Re: How to open optional section

    If a node is an optional in the xml and in the Infopath UI then then that node will not be present in the XML by default. You can add this node in the code, when you add this node in the code that optional field will be seen in the UI. Here is the sample to add a Node string sXml = ''&lt;my:group1 ...
    Posted to General (Forum) by Agni Jonnalagadda on 04-13-2005
  • Re: Populate webservice XML Node parameter

    Hi ScottAtRVC, I dont know whether i understood your problem in full or not, but let me put your question in my words before answering it. You want to submit XML as an Input parameter to a webservice dataconnection. If my understanding is correct here is the solution: 1. If webservice wants xml as a string you can pass your xml as ...
    Posted to Code (Forum) by Agni Jonnalagadda on 03-16-2005
  • Re: Publish Or Install my form?

    Hi Liorlankri, If you are using Web Reference through c# code you will have to give full trust and sign the form. But another way of calling a webservice method is through infopath dataconnection for which you dont have to sign the form. Steps to create a Webservice Dataconnection in Infopath: 1. Tools-&gt;DataConnections-&gt;Add 2. Select ...
    Posted to General (Forum) by Agni Jonnalagadda on 03-12-2005
  • Re: Drop-Down List Box : option/value pair

    Getting the Option data if you give values directly to the dropdown is not possible as far as i know. But here is one workaround for your problem. Create an xml file in the following manner &lt;SelectOptions&gt; &lt;Select option = ''Option1'' value = ''value1''&gt;&lt;/Select&gt; &lt;Select option = ''Option2'' value = ...
    Posted to Code (Forum) by Agni Jonnalagadda on 03-11-2005
  • Insert a row into database with a dataconnection.

    Can we insert a row or update database with a database dataconnection? Or is there any other way that i can insert into database without signing the form? Limitation I have is there is no webservice to submit data to database. Agni
Page 62 of 62 (616 items) « First ... < Previous 58 59 60 61 62
Copyright © 2003-2019 Qdabra Software. All rights reserved.
View our Terms of Use.