Search - InfoPath Dev

InfoPath Dev

Use our Google Custom Search for best site search results.

Search

Page 5 of 62 (616 items) « First ... < Previous 3 4 5 6 7 Next > ... Last »
  • Re: Dynamically change URL of web service

    Hi, This is how you can change the Web Service URL of a data connection. IXMLDOMDocument webserviceOperation; WebServiceAdapter2 webserviceAdapter = (WebServiceAdapter2) thisXDocument.DataAdapters[dataAdapterName]; webserviceOperation = ...
    Posted to Newbie Questions (Forum) by Agni Jonnalagadda on 08-17-2007
  • Re: Change the title bar

    Hi Romain,&nbsp; thisXDocument.View.Window.Caption = &quot;hello&quot;; This above line will let you set the window caption. You can set the data from you secondary dom to the above property.
    Posted to Code (Forum) by Agni Jonnalagadda on 08-17-2007
  • Re: Mandatory fields only in the view your in??

    Yes we can have fields shown as mandatory based upon the view that you are in. 1. Add a field to your main dom. 2. Add an onSwitchView event to your code 3. Here set the current view to the field added in step 1 (thisXDocument.View.Name; will give you the curent view name) 4. Now change your datavalidation to be based up on the field that is ...
    Posted to Views (Forum) by Agni Jonnalagadda on 08-17-2007
  • Re: How to find xsn from an infoapth XML

    Hi Jaleel, Here are the steps how you can get to the XSN. 1. Go to Start-&gt;Run 2. Type &quot;regedit&quot; and click on enter key 3. Here do a &quot;ctrl+f&quot; and type &quot;urn:attendance:UST&quot; You will get some result and you will the path to your xsn at that place Thanks
    Posted to General (Forum) by Agni Jonnalagadda on 08-17-2007
  • Re: Code Behind Button Rules

    Hi edove, You can view the Rules code by opening the manifest.xsf file of the solution. But to open the manifest you have to ''File-&gt;Extract Form Files''.
    Posted to General (Forum) by Agni Jonnalagadda on 11-24-2006
  • Re: Printing Filled Views Only

    First thing What do you mean by six views? Do you have six different pages for each view or do you have six different sections in the same Page. To print only those sections that are filled out, create an entirely new view which will show only those sections that are filled out. Basically add conditional visibility to those sections. Now set this ...
    Posted to General (Forum) by Agni Jonnalagadda on 11-24-2006
  • Re: Switching View only works once

    Hi Soham, Instead of maintaining three fields for each state, you should have one field which contains the state of the form and you can switch the view based on the this variable. This will reduce the size of the XML(even though very small but good practice) and no confusion when using the field.
    Posted to Views (Forum) by Agni Jonnalagadda on 11-24-2006
  • Re: for(i in XDocument) - not works

    Hi, XDocument.DOM in var dest=findPropertyByValue(''something'', XDocument.DOM); is just one node, its not an enumerator to loop through it. Probably you want to loop through the children of ''XDocument.DOM''.
    Posted to Code (Forum) by Agni Jonnalagadda on 11-24-2006
  • Re: Disable close cross

    As per our knowledges it is not possible, please let us know if you find any solution. Thanks!
    Posted to Code (Forum) by Agni Jonnalagadda on 11-24-2006
  • Re: Sharepoint Submission

    Hi Ali, There is Checkout funtionality available in sharepoint you can checkout the form once it is submitted to sharepoint. This will make the form readonly for other users.
    Posted to SharePoint Integration (Forum) by Agni Jonnalagadda on 11-24-2006
Page 5 of 62 (616 items) « First ... < Previous 3 4 5 6 7 Next > ... Last »
Copyright © 2003-2019 Qdabra Software. All rights reserved.
View our Terms of Use.