Use our Google Custom Search for best site search results.
Search
-
May I please repeat Dario C's question. I searched on the internet to try and find out if I can create custom control for infopath 2010 browser enabled forms using .Net and C# but could not find anything. If the experts may please point me in the right direction I would appreciate that.
Amar
-
Thanks for replying. I appreciate.Unfortunately though, that is not the problem at hand. I will to try to explain it differently.
The scenario is like this. I have a dropdown and a textbox in a repeating table. You can think of it like a dropdown and a textbox in a datagrid (in an asp.net web page). Only one row is shown by ...
-
Hello
I have a dropdown and a text box in a repeating section. I want to allow users to add new sections. However, what I dont want is users selecting same values in the dropdown for inserted sections. To sum up, I would like only unique values to be selected in the dropdowns. Can this be achieved without using code? Any help is ...
-
Hello
Please if anyone can tell me how to set focus on to a control in infopath 2007 BROWSER ENABLED form using managed code(C#)? I have to validate some fields and set focus appropriately.
Thanks in advance
-
Thanks Qazi.
Actually when I asked about debugging the managed code infopath forms I meant broswer enabled forms. May be what you said works well with infopath client forms.
Also any idea on what is going wrong in my case. Anyone?
-
Hello
I am developing an infopath form that requires to be redirected to the main page after the processing is complete, the page should be redirected in around 10 seconds. I have come to know from some of posts in other forums and others that infopath does not have any inbuilt functionality to redirect to a page of your choice. So ...
-
Thanks for the response Qazi. I understand your point.
What I am looking for is a way to generate such a URL and present as a link to the user in the task list. One way I have thought of is having a workflow assignes to the task list. The workflow starts whenever an item is added into the task list. Workflow action will be to ...
-
Hello
In my sharepoint workflow in one of the steps I assign a to do item to one of the members. The form is browser enabled and I want to open the form only in browser from wherever it is opened.
The problem here is the link in the Task list of the assigned user opens the form in infopath 2007 client. What can I do so that ...
-
Thanks for the resposne.
Actually, I am doing the same currently. And that is working well.
It is just that I wanted to know the possibility of showing javascript like popups under the framework (browser enabled form etc...) I quoted. Since Rich Client Forms allow popups, I would expect that even browser enabled forms should be ...
-
Thanks a lot Hillary! That helps. I was going to write code for this, you just saved me. Thanks again!