Search - InfoPath Dev

InfoPath Dev

Use our Google Custom Search for best site search results.

Search

Page 1311 of 1311 (13106 items) « First ... < Previous 1307 1308 1309 1310 1311
  • Re: specify the location for the "dynamic" XML file

    Hi: Would just adding the XML file as a resource to be included with the form template solve this? This link from Microsoft Office Online explains more about resource files: http://office.microsoft.com/en-us/infopath/HA100738031033.aspx&nbsp; In InfoPath 2007, when you add a data connection that receives data from an external XML file, you can ...
    Posted to Data Connections (Forum) by Hilary Stoupa on 06-21-2008
  • Re: Changing views programmatically by using managed code

    Hello: Connected to a button, this line will work (with &quot;View 2&quot; replaced with the name of your view): this.ViewInfos.SwitchView(&quot;View 2&quot;); But connected to a Changed event, for example, you will get a COM exception. For more information and a workaround for changing views based on a dropdown list selection, please see the ...
    Posted to Code (Forum) by Hilary Stoupa on 06-21-2008
  • Re: retitled : Node Type in c#

    Hi, Yurnero: When I tested this, I needed to remove the xsi:nil attribute in order to successfully set the value of a double. Please see this blog post from the InfoPath Team for more information on this: http://blogs.msdn.com/infopath/archive/2006/11/28/the-xsi-nil-attribute.aspx
    Posted to General (Forum) by Hilary Stoupa on 06-20-2008
  • Re: Set the value of a field to a view name

    Hi: Are you comfortable using code for this? In IP 2007, you can add the following to the View Switched event (C#): &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; string xpath = &quot;/my:myFields/my:field1&quot;; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XPathNavigator field = MainDataSource.CreateNavigator().SelectSingleNode(xpath, ...
    Posted to Newbie Questions (Forum) by Hilary Stoupa on 06-20-2008
  • Re: Disallowing user to enter special charecters

    Hi, Vipul: &nbsp;You can use data validation. Select Data Validation for the field you wish to limit input on, select Add in the Data Validtion window for Conditions. In the first dropdown you will have the field you have currently selected, in the second, select &quot;does not match pattern&quot; and in the third dropdown select &quot;Select a ...
    Posted to General (Forum) by Hilary Stoupa on 06-20-2008
  • Re: Using Date Picker input to return a whole number

    Hi, Vigher: &nbsp;InfoPath doesn&#39;t have a date difference function, which is what you will need to get the difference between two dates. Here is a link to another post on this forum that has a code sample as well as a link to a tutorial on another site: http://www.infopathdev.com/forums/p/3604/12772.aspx#12772. Since it will require some code ...
    Posted to Newbie Questions (Forum) by Hilary Stoupa on 06-20-2008
Page 1311 of 1311 (13106 items) « First ... < Previous 1307 1308 1309 1310 1311
Copyright © 2003-2019 Qdabra Software. All rights reserved.
View our Terms of Use.