Edit 4: I was finall开发者_开发知识库y able to solve my own issue. See checkmark answer below.
I have a SharePoint workflow built with Visual Studio that implement a custom task form via InfoPath and deployed to Forms Server.My problem is that anytime I need to tweak the form, 开发者_运维百科I
I am new to InfoPath. My goal is to be able to develop Forms, exposed through Web, supporting Offline mode, submitted later on to Web Applications / Services,开发者_JAVA百科 etc ...
The default editor for InfoPath 2007 C# code is VSTA. It has very low functionality and I want to use my VS 2010. Is this po开发者_C百科ssible? If yes, how?
I understand that I can do this easily using the infopath designer.However , I need to deploy the infopath form using feature ,once the feature is activated ,the infopath form is sho开发者_StackOverfl
I\'m 开发者_Go百科developping a workflow on MOSS 2007 and i\'m trying to initialize my infopath in the code. Is it possible ?
I would like to convert data from infopath form to excel spreadsheet through code. I know you can export the data using t开发者_开发百科he feature in infopath, but I am interested in doing this throu
I have a C# program that is looping through all of the forms (browser enabled) in my forms library and injecting an XML node into each of them (for a newly promoted field).For some reason, when the XM
We use Infopath 2007 + Sharepoint 2007 and need to inject some javascript to infopath form. I know that infopath form can be hosted on the aspx page using XmlFormControl. But this solution doesn\'t su
I have a testbox in my infopath form which is set to open in a browser. The value of the textbox is set to the username() formula.