Use our Google Custom Search for best site search results.
Browse by Tags
-
Hi I've created an InfoPath form, containing several project Information ('Project name'; 'Project number'; ...). Via a button in the form I'd like to create a folder (project folder to store project documents) on a seperate network drive, not in a SharePoint library. The folder...
-
Hi, Is any one know who to generate C# code from InfoPath 2010 to VS 2010 (.NET 4.0)? I have try to generate from the Code Editor in InfoPath 2010, and the output is in VS2005. Any clue? Thanks in advance.
-
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 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...
-
Warrtalon: Thanks for the quick reply. It is publishing. In InfoPath 2007, if you use the "Publishing Wizard", it gives you four options on publishing a form: To a SharePoint server with or without InfoPath Forms Services To a list of e-mail recipients To a network location As an installable...
-
This is a publishing related questions for InfoPath 2010. Is it possible to programmatically publish an InfoPath form using C#? I could never find an answer with InfoPath 2007 and figured that it was not possible with 2007. I wanted to publish to email based on task list in SharePoint. I had written...