Use our Google Custom Search for best site search results.
Browse by Tags
-
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...
-
Hi, I have been experimenting with custom TaskPanes in InfoPath 2007 and I have come across some unusual behaviour. If you cast TaskPane[0] to a HtmlTaskPane and then cast the HtmlWindow object to a HtmlWindow2Class. You can then attach a handler to the events such as onfocus etc. This actually works...
-
I have created custom list and converted as Info Path form and published into server as browser enabled form. I have attached the "Item Updating" event receiver , when my "Year" text field is not correct value. My Event Receiver got triggered, while update the List Item and its not...
-
Hi there Does anyone know if it is possible to enable a ComboBox control to fire an event everytime a key is pressed? At the moment the Changed event fires when ever focus is lost. Cheers Alan
-
I am using VB.Net 2008 and the Microsoft.Office.Interop.InfoPath.Application.Printout method to print an xml document to a third party pdf writer. How can my app determine when the print job is finished so I can close the xml document and Infopath? I know there is a ApplicationEvents_Event.XDocumentBeforePrint...
-
Hi, I am using "e.Operation==xmlOperation.valueChange" to check the changed event for a check box. But i need to get the exact operation whether the checkbox is checked or cleared. How the get the exact operation like "checked" or "cleared". Thanks, Kalyan.
-
Hi all, I have to following problem considering a repeating table with the follwing of collumns: User Email Approve/Reject The collumn Approve/Reject consists of two radio buttons for approval or rejection. I want when a user selects one of the radio buttons, an automatic email notification to be send...
-
For some time now, I have been on the hunt for a solution to allow InfoPath 2003 users to submit the current view (not the default view) of a form via email (Outlook) without it sending as an attachment. From what I am learning, there is a certain script or code that I can apply to the submit button...
-
I'm new to InfoPath. Can someone post some sample code for submit. My immediate interest is in code to handle email submission. Or is there a way to view the code associated with a normal submit button? A normal submit button to an email address doesn't seem to generate any script code, or at...
-
I have two forms. Form A has a link that opens Form B. When B is opened it verifies some various user input, which is done in Form B's OnAfterChange() event code. If the verification fails I want to close Form B. I have tried all of the following: thisApplication.XDocuments.Close(1); thisApplication...