Search - InfoPath Dev

InfoPath Dev

Use our Google Custom Search for best site search results.

Search

Page 1 of 7 (62 items) 1 2 3 4 5 Next > ... Last »
  • Re: Hiding tables using xsl:when

    Ack! I can't believe it was that easy! Thanks a lot!
    Posted to General (Forum) by shaun.nieves on 03-03-2008
  • Hiding tables using xsl:when

    I'm trying to use "xsl:when" to hide a format table that has a repeating table in it. Basically I want to use a checkbox to show or hide the format table. The code I added to the .xsl file works just fine to show/hide the table but when I close the form and open it back up, the repeating table elements become unbound. I ...
    Posted to General (Forum) by shaun.nieves on 02-07-2008
  • Re: Error with xsi:nil attribute

    There's about 1500 existing forms. I changed it back to double and it they haven't errored out yet. Will that blow the values in the saved forms? I was doing a calculation on the node which was why it bombed out. I'm going to try and do the calculation using managed code. Hopefully it works.
    Posted to General (Forum) by shaun.nieves on 12-07-2007
  • Error with xsi:nil attribute

    I have a broken node. This node was originally a text field that stored prices. I know I know... Well I converted it to double and published the form. I thought everything was ok but it started erroring out on prices that had parenthesis (.90) so I changed it back to text. Now, new forms can open just fine but old forms error out on load with this ...
    Posted to General (Forum) by shaun.nieves on 12-07-2007
  • Re: Filter & Retrieve Data from 2 Sharepoint Lists

    Sorry it took so long to reply. The method I use (which I found somewhere here but can't remember) is not that elegant but works for my purposes and may work for yours. Create an xml document like this <Support>  <RowPosition/> </Support> Import it as a secondary file. Create a rule for your dropdown that sets ...
    Posted to Newbie Questions (Forum) by shaun.nieves on 10-24-2007
  • Updating promoted columns

    Ok, I think it's time to hang myself. I have a few different infopath forms. I accidentally published a form to the wrong form library essentially wiping out my promoted fields. I tried going into explorer view but it crashed (I have over 1000 forms published) Does anyone know how to update the promoted fields without having to open and ...
    Posted to SharePoint Integration (Forum) by shaun.nieves on 10-22-2007
  • Re: Filter & Retrieve Data from 2 Sharepoint Lists

    One question, how do you plan on implementing your form? You can easily do this with managed code however if you want to automatically fill the fields based on a dropdown selection then it would be easier to use rules.
    Posted to Newbie Questions (Forum) by shaun.nieves on 10-16-2007
  • Re: How can I close form in managed code (C#)?

    I'm sorry but my 7 year old probably knows c# better than I do so I can't help you there. Here is how I submit in vb.net. ( I think your submit code is causing the error)Dim Submit As DAVAdapter Submit = thisXDocument.DataAdapters.Item("Main Submit") If thisFilename Is Nothing Then thisFilename = Submit.FileName End ...
    Posted to Browser Forms (Forum) by shaun.nieves on 10-16-2007
  • Re: How can I close form in managed code (C#)?

    The parameter is whatever you set it to be.  dim URL as string = http://infopathdev.com To set the form to be fully trusted, you'll have to create a certificate to sign it with. Tools > Form options > Security  
    Posted to Browser Forms (Forum) by shaun.nieves on 10-15-2007
  • Re: How can I close form in managed code (C#)?

    If you open it from a doclib then it should automatically go back there. If you want to open it via code, System.Diagnostics.Process.Start(URL)
    Posted to Browser Forms (Forum) by shaun.nieves on 10-14-2007
Page 1 of 7 (62 items) 1 2 3 4 5 Next > ... Last »
Copyright © 2003-2019 Qdabra Software. All rights reserved.
View our Terms of Use.