Search - InfoPath Dev

InfoPath Dev

Use our Google Custom Search for best site search results.

Search

Page 1324 of 1324 (13238 items) « First ... < Previous 1320 1321 1322 1323 1324
  • Re: Template Part schema changes when inserted into a form?

    Hello: Were you ever able to resolve this? I replicated this and had the same results. I then updated Office 2007 to SP 1, just in case there was a fix in there, but still had the same results. I looked at the source files for the template part, and saw that the&nbsp;.ict file had the following line in it: &lt;xsl:when ...
    Posted to General (Forum) by Hilary Stoupa on 06-22-2008
  • Re: Button for saving, and code that goes with it...

    Hello: If you haven&#39;t already set your preferred code language for the form, you may want to do that first (in InfoPath 2007, go to Tools, Form Options, Programming). After you add your button to your form, double click it, and give it a Label and a meaningful ID. Then select the Edit Form Code button. VSTA will open and you can add code to ...
    Posted to Code (Forum) by Hilary Stoupa on 06-21-2008
  • 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 1324 of 1324 (13238 items) « First ... < Previous 1320 1321 1322 1323 1324
Copyright © 2003-2019 Qdabra Software. All rights reserved.
View our Terms of Use.