Use our Google Custom Search for best site search results.
Browse by Tags
-
Hi, Is there a way to create excel file from InfoPath xml data? When something like button clicked event happens, I want to write a c# code behind to convert InfoPath xml data to create excel file. Is there a way to do this? How do I code it? Thanks.
-
Hi All, how to publish the *.xsn file with vb code? i have try to publish to the network drive, but the published file cannot be open. the error like this: "Form template: file:///\\bkin04\public\IT\test2.xsn The form template is trying to access files and settings on your computer. InfoPath cannot...
-
There appears to be a problem with InfoPath 2010 and programmatically created custom digital signatures. After I create the signature XML using the 'System.Security.Cryptography.Xml' namespace's classes and insert the signature fragment to the appropriate container element in the document...
-
Hi there everyone, I wanted to use wildcards in a serach form which queries a SQL database for student attendance. I followed the guide found here to write the appropriate code, which works fine in the client application....in fact it works great!! My actual code is shown below: public void btnQuery_Clicked...
-
Hello, I use Infopath 2010 with SharePoint 2010 with workflows : 1) My form with submit button with custom code don't cancel closing form while I set : public void FormEvents_Submit(object sender, SubmitEventArgs e) { e.CancelableArgs.Cancel = true; } 2) My workflow have : workflowProperties.InitiationData...
-
Hi every body I am very new in infopath n want to generate multiple tables in repeating section dynamically through code. Please help me. Thanksn n regards Radhe
-
I have a form template created in InfoPath 2007 with some custom code behind that I want to upgrade to 2010. I opened the .xsn in design mode in 2010, went to code editor, told it where to find my .proj for the custom code, went to the Programming tab in Advanced Form Options and clicked "Upgrade...
-
Hello, I was wondering what the best practice way to make database connections in an InfoPath form is. I have previously worked with InfoPath 2007 and when I needed to connect to my database in these forms, I retrieved the database connection string from my web.config file (as the instructions mentioned...
-
Hello! Could anybody advice how to perform the title action? I'm trying to do it by handling Changed event. But after manipulating with the picker in GUI and adding a person or group i can't see changes programmatically. But after saving filled form i can see changes in xml file. Where am i wrong...
-
I am trying to display multiple columns from a sharepoint list based on a filter of another field in the InfoPath form. Two questions: What control should be used to display the column in the form? How to display each column in its own control? Sample data: Job Titles Department SOP1 SOP2 SOP3 Batch...