Tagged Questions
1
vote
1answer
121 views
If I move a form with VSTA code-behind into Visual Studio, will end users require the VSTO runtime?
I have an existing InfoPath 2007 form that has some code-behind developed with VSTA. It has been deployed to SharePoint as an administrator-approved form but is not browser based - the InfoPath client ...
1
vote
1answer
250 views
InfoPath code behind won't build in x64
I've just moved to an x64 Server 2008 R2 based development machine for my SharePoint goings on. I've discovered that when calling the SharePoint object model SPSite constructer that I get back a ...
1
vote
2answers
620 views
Which IDE should I use for developing custom code for InfoPath Forms, VSTA or VSTO?
I am new to developing for Office Forms Server / MOSS 2007. I have to choose between designing my web-based forms and writing code for them in Visual Studio Tools for Applications (aka VSTA) or ...
0
votes
1answer
245 views
Fill Value of textbox on the basis of other textbox Infopath
i am new to infopath. i want to set the value of textbox b based on the value of other textbox a from SharePoint list. In Infopath vsta, textbox a onchanged event i am setting the value of textbox b ...
0
votes
1answer
1k views
Use VisualStudio 2010 for editing InfoPath C# code
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 possible? If yes, how?
I tried to create a project out of an existing one, ...
0
votes
1answer
585 views
InfoPath add-in help - Saving a copy of the active form template, showing custom button in design mode, calling method in form solution
I'm trying to build an InfoPath add-in to allow template editors (as opposed to end users) to preview the form with sample data populated.
First, a little background on our environment. We have a ...