Use our Google Custom Search for best site search results.
Browse by Tags
-
I have an onClick event routine (vbScript) for a button as follows: Sub TestButton1_OnClick(eventObj) Dim retVal retVal = XDocument.UI.ShowModalDialog("DiaglogHTML.htm", XDocument) MsgBox "retVal =""" & retVal & """" End Sub The html file contains...
-
Does the ForceUpdate function also cause the validation and formatting rules in the InfoPath form to refresh as well? I'm trying to use it after deleting a signature in the code behind, and it doesn't actually update any of the rules. Then if I go into the Digital Signatures dialog box in InfoPath...
-
Can't find a clear answer out there so thought I'd ping the group... I've simplified the scenario as far as I can for this one... Scenario: InfoPath 2013 Forms Services. Publishing directly to Form Library. Works fine if either Data connections exist, or simple custom code exists (i.e. on...
-
Hi I have a form with quite a few fields that have validation rules. The form works 100% when these rules are adhered to, however if a rule is not met, the form correctly validates, a dialog box pops up and informs the user of the error with the red asterisk. Once the user has corrected the error, the...
-
I'm working with IP2010 (rich client) and I have a need to open Outlook prior to sending an email. I have a view that mimics a new email message like in Outlook and it has fields for To, CC, Subject and Body. My Body field is a rich text box that I'm populating based on an XML file (I have email...
-
We have an infopath form with code, the new form is loading quickly.
But when the form is opened in edit mode , this is taking a lot of time.
It is taking a lot of time even before it hits the first line of code in FormEvents_Loading method.
Would like to now what is happening before the FormEvents_Loading...
-
I have a form with some "Cannot be blank" fields(Mandatory). And also some code behind on button click. When i click the button without entering values in the mandatory fields, the validations are not working. Can anybody help me, please..
-
I went through that page in detail earlier. It was very close. But I did arrive at a solution finally. Sometimes I over think it. I created a new section in my Infopath Form and called it WholePage. I then copied the entire form into this section. Then I created a new section and called it ThanksSection...
-
I figured I'd ask this in the coding forum since this 2007 form does have code behind that grabs data from a SQL DB. The form works flawlessly; however, when I publish updates to my SharePoint Library under Central Admin it takes about 4 minutes and then fails. The whole time this is happening, I...
-
I am working on infopath 2010 + sharepoint 2010 + VS2010. can anyone tell me if code written for codebehind purposes(Infopath form) in VSTA 2005 is compatible for me or not. Because i got an error when my form loads in Web Browser and the error message is "The given assembly name or codebase was...