Use our Google Custom Search for best site search results.
Search
-
The problem arises after running the Repair operation. This document explains how to workaround the problem by editing the InstallState file:
http://www.infopathdev.com/files/folders/dbxlinstall/entry22506.aspx
-
If a datetime field is set to blank, you must also add the xsi:nil='true' attribute to it so that the UI will realize that it is purposfully blank.
My guess is that the ink field is similar.
-
Hi anotherchrisberry,
At least the timer function is working correctly! I'm not too familiar with IP07 OM code, but why do you need a reference to the Main DOM? I would think that you need to call the Submit() method on one of your data source connection objects.
-
Hi Navneet,
Are you saying you want to make an Outlook plug-in that will allow everyone to publish the form to a list of recipients? Or do you just want users to be able to forward the form?
I guess I'm just a little confused. Can you give some more details on what you are trying to accomplish?
-
Hola Manoluco y bienvenidos a los foros!
No se mucho sobre los formas de web ni formas con firmas, pero puedo preguntar otras en mi compania.
Para el cast sobre el object, puedes dar un ejemplo de tu codigo?
-
Hi Syed and sorry for the delay in response!
You should be able to search the forums and find plenty of information on this. Here are some links to get you ...
-
Hi Seafox and welcome to the forums!
I thought I had read before that you could not submit to web services from a browser-enabled form, but maybe I am wrong. I found the following blog post that shows people doing this, but the form was set as full trust, maybe that has something to do with ...
-
Are you opening the browser form in Internet Explorer? If so, what version? Browser forms are still a relatively new technology, so I am not surprised by these somewhat small glitches. My guess is that the client that is experiencing these problems should be updated with the latest editions of the browser and maybe .NET.
-
Hi Galford,
Instead of default value formulas on the receiving nodes, try adding Rules on the "sending" nodes. Add a rule on the node that the user types into that runs the calculation and then sets the value of the other nodes.
I know this is kind of weird, but this is just a nuance of doing calculations in repeating ...
-
Hi Sachin and welcome to the forums!
I don't have a whole lot of experience making browser-enabled forms, but I believe this is one of the things that you lose when you choose to make your form browser-enabled. I looked through the documentation for XmlFormView and didn't see anything obvious.
Sorry, and please let us know if ...