Search - InfoPath Dev

InfoPath Dev

Use our Google Custom Search for best site search results.

Search

Page 1324 of 1327 (13266 items) « First ... < Previous 1322 1323 1324 1325 1326 Next > ... Last »
  • Re: Copy Secondary Data source to Main

    Do you mind posting a screen shot that shows your secondary data source schema from the taskpane in InfoPath?
    Posted to Newbie Questions (Forum) by Hilary Stoupa on 06-26-2008
  • Re: C#

    So you are using InfoPath 2003? I think in that case you need to use Visual Studio to develop a C# solution....
    Posted to Newbie Questions (Forum) by Hilary Stoupa on 06-26-2008
  • Re: C#

    Hi -- I&#39;m not entirely positive what you mean by your question, but if you are asking how to set your form to use C#, you can follow these steps: Under the Tools menu, select Form Options Select Programming If there is already a project attached to the form that is not in the language you want, select Remove Code (if it is script, ...
    Posted to Newbie Questions (Forum) by Hilary Stoupa on 06-26-2008
  • Re: Check if a drop-down list contains a specific value

    Could you post screen shots for me of your data source task pane to show me your schema? I do understand what you are trying to do, and was successful in the test form I used prior to responding to your first post. For my form, there&nbsp;is a secondary data source providing the options in the drop down list -- are your options coming from your ...
    Posted to Browser Forms (Forum) by Hilary Stoupa on 06-26-2008
  • Re: Copy Secondary Data source to Main

    Hi: I did this to iterate and show values for fields under a group: var group = XDocument.DOM.selectNodes(&quot;/my:myFields/my:group1/my:group2&quot;); &nbsp;&nbsp;&nbsp; while( (groupfield = group.nextNode()) != null ){ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (groupfield.hasChildNodes()) { ...
    Posted to Newbie Questions (Forum) by Hilary Stoupa on 06-26-2008
  • Re: Avoid hardcoding of the Connection string in the code associated with infopath form template while making a data connection

    I can replicate this error by changing the name of the setting in my .config file while still requesting the old name in my code, however, my project won&#39;t build. Please verify that the name of your setting in your xml matches the name you ask for in your code: &lt;setting name=&quot;SQLConnectionString&quot; ...
    Posted to Data Connections (Forum) by Hilary Stoupa on 06-26-2008
  • Re: repeating table add rows programaticly

    Okay -- the reason you have only row of data for your query is with each execute you are retrieving only the records related to that particular row&#39;s query. So, let&#39;s say your first query was the SQL equivalent of &quot;Select * from MVKE where MATNR = &#39;000000.....16&#39; and VKORG = &#39;EG01&#39; ... &quot; and that query retrieves a ...
    Posted to Newbie Questions (Forum) by Hilary Stoupa on 06-26-2008
  • Re: repeating table add rows programaticly

    Hello: To your first question, that was an oversight on my part -- I didn&#39;t realize that your variable field3 was a string, holding the value of the node you had selected. So those lines should be: matnr.SetValue(field1) vkorg.SetValue(field2) and so forth. To your second question -- we can create an XPathNodeIterator for d:MVKE, and ...
    Posted to Newbie Questions (Forum) by Hilary Stoupa on 06-26-2008
  • Re: Copy Secondary Data source to Main

    You have the object in the first bit: clone.selectSingleNode(&quot;my:EmployeeName_Full&quot;).text But I mean this line isn&#39;t returning an object: nSharedItem.selectSingleNode(&quot;EmployeeName_Full&quot;).text exactly for the reason you state, that you can enter text instead of the line above and not get an error. That&#39;s why I ...
    Posted to Newbie Questions (Forum) by Hilary Stoupa on 06-25-2008
  • Re: Copy Secondary Data source to Main

    Hi: Your object required error (and your test where you replace the problematic line) indicates that nSharedItem.selectSingleNode(&quot;EmployeeName_Full&quot;).text&nbsp;is returning null, hence there is no object. Usually when I have that issue it is because I have a mistake in my xpath pointing to the node I want -- incorrect spelling or ...
    Posted to Newbie Questions (Forum) by Hilary Stoupa on 06-25-2008
Page 1324 of 1327 (13266 items) « First ... < Previous 1322 1323 1324 1325 1326 Next > ... Last »
Copyright © 2003-2019 Qdabra Software. All rights reserved.
View our Terms of Use.