Use our Google Custom Search for best site search results.
Search
-
Forum Community.
I'm using Microsoft InfoPath, bundled with Microsoft Office Professional Plus 2010. I created a web browser form (*.xsn). Using the Visual Studio Tools for Applications (VSTA) feature in InfoPath, I added C# managed code behind a button; this button is supposed to create a PDF document using the iTextSharp Dll. ...
-
No thanks; you fail to mention that you work for the company behind the product you're suggesting that I purchase for nearly $1,500.
This forum works best when users selflessly share ideas without the expectation of financial gain.
Does anyone else have any ideas they would like to share regarding their experience with ...
-
Hi,
I'm new to iTextSharp and would like to use it to create a PDF from an InfoPath web browser form. I'm running InfoPath. It's my understanding that I can add custom code that performs this task by opening my desired form, selecting the "Developer" tab, selecting "Code Editor" from the sub-tab, and adding ...
-
Forum Community,
I'm using managed code and InfoPath's EventManager to call a method that's attached to one of two date/time picker controls (DTPC). The method attached to one of the DTPCs calls two methods that calculate the elapsed time in hours/days. Unfortunately, I have another form button that copies information ...
-
Hello again,
Thank you :-)
~W
-
Hi Hilary,
It would appear the following lines of code successfully reset my drop-down list box; consequently, you may disregard my last forum post:
XPathNavigator vehicleType = this.MainDataSource.CreateNavigator().SelectSingleNode("//my:myFields/my:CrewRotationPreview/my:CRD_TransportVehicleType", ...
-
Hi Hilary,
No, I do not want to create/clear the options a user can select from the drop down.
With regards to the suggestion in your first paragraph, how would I set the value to blank? The code I plan to use to programmatically reset the list box control is listed below, but I don't know how to complete ...
-
Forum Community,
I'm trying to reset/clear a drop-down list box control using C#. Through some research, I was able to locate a related post (http://www.infopathdev.com/forums/t/19017.aspx), but I'm thinking there has to be a more definitive and best-practices procedure for resetting the control using C# so that it displays ...
-
Forum Community,
I found a article from Microsoft that further discusses how to invoke managed code from a rule; see below link:
http://blogs.msdn.com/b/infopath/archive/2005/06/17/430347.aspx
Am I correct in assuming the code for my method (i.e. Test(string param)) belongs in the file named "FormCode.cs"? ...
-
Hi Patrick,
Thanks for the quick reply.
I'm using InfoPath 2010, and I noticed "Show A Dialog Box Message" is not an available among the drop-down list items after selecting "Add Action". I'm only able to go so far as item #7, under "Create the rule condition". It appears Greg is ...