Use our Google Custom Search for best site search results.
Search
-
Ack! I can't believe it was that easy! Thanks a lot!
-
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 ...
-
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.
-
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 ...
-
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 ...
-
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 ...
-
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.
-
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 ...
-
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
-
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)