Use our Google Custom Search for best site search results.
Search
Page 1 of 1 (8 items)
-
For this one form I have the issue where almost all normal input functions from the mouse are ignored. Middle-click + drag doesn't work, selecting and highlight doesn't work, and you have to double-click a dropdown to bring down the options. It seems as if the key presses are recognized as normal. The form isn't set as read-only, and ...
-
It only happens intermittently on 3 forms that I've been working with on this project (out of 30+). I've looked at everything and tried all that I can think of and not only can I not fix it but I can't seem to narrow down what might be causing it. Thanks for your response.
-
I've tried every option I can think of to disable this option for some of these repeating tables, but they just don't seem to work. When I preview the browser, the option to insert/delete isn't there, but once it is published up and opened in a browser, it presents the option. To me it seems like weird InfoPath behavior because these ...
-
The only way that I know how to do this is to implement the formView_SubmitToHost method in the XmlFormView. Set the button in the InfoPath form to submit data using the ASP.Net choice.
Now every time you hit that button it will call the formView_SubmitToHost method and you can do what you like in there. There is only the one SubmitToHost ...
-
Thanks for the reply Jimmy, I was able to get it to work using your expression as well but now I have another issue that I am trying to overcome.
Here are the conditions for the rule I'm trying:
preceding-sibling::my:Table/my:SaveForm = "true"
AND
preceding-sibling::my:Table/my:RowGuid = my:RowGuid
The action of the rule ...
-
In the attached form I have a couple formatting rules I'm trying to apply based on the preceding-sibling value. It looks like it should work but it's not.
The conditions I'm trying to apply are:
preceding-sibling::my:field1 = ""
AND
preceding-sibling::my:UniqueRowGuid = my:UniqueRowGuid.
I tried it with ...
-
Patrick, thank you for the quick response. I'm looking further into this solution, but having a little trouble getting a reference to the current XDocument in code-behind. If possible, could you point me in the right direction?
-
I am using XmlFormView embedded in .aspx, and I am trying to run my own custom validation rules when a user presses a "tab" button that will switch views. When the user presses the "tab" button, it posts back using submitToHost to call our validation, then switch the views if validation passes. My problem is the built-in ...
Page 1 of 1 (8 items)