Use our Google Custom Search for best site search results.
Search
-
Here is the scenario, in my form I’ve following fields in this order. SAVE: is a button on the form. It has a rule to set values and call Web Service which calls Store Procedure to Insert/Update to database.
Regular text box: A
Rich text box: B
...
-
Hi Guys,
Problem:
I want to create a Save option on the form. Normally, we can create a submit connection to a library and do it that way. But we want to make the library URL relative so that if we deploy from one server to another we don't have to update the submit data connection.
Any of these ...
-
Hi guys,
Situation: I'm building a drop down list using "changed_event" in behind form code (which uses a data connection via Web Service). However, the user can upate or add new values to the drop down and for that I've a refresh button which updates the data connection with these recent updates.
Problem: ...
-
Hi David,
I Fig. out how to access childeren etc. The only issue left to resolve is that each time main table repeats then the code still appends the results to the first drop down instead of appending it to the current insatance.
So, let's say that my table repeated 3 times.
Table Repetition 1: First time ...
-
Hi David,
Your code has been a great help. But I was wondering if you could be kind and help me understand some of the concepts so that I can tackle any variations instead of bugging you each time:
Here is the form structure that I'm working with:
Main Data Source: ...
-
This is really interesting. I've uploaded a form into a common library and I and my client uses that same one. Here is the issue that he is having but I'm not:
. I've saved a testing form and I can re-open it just fine. But he sometimes gets an error like "There has been an error while opening the ...
-
Qucik FYI,
It's browser enabled form ( and it's in 2007 infopath).
-
Hi Guys,
I've a customer who wants to display 2000+ rows into a drop down of InfoPath form at once. However, the form fails to do that so is there a way to return that many rows at once via WebService and just filter them in code behind.
I'm looking for an explanation where we will hit the ceiling as far how much data can be ...
-
Hey,
I've everything working. I need help with two things:
1. When rebuilding the drop-down it doesn't delete all the previous ones. At leaves one from the previous drop-down and adds the new ones to it. This happens in your example as well. Any suggestion?
2. My drop-down ...
-
Hey Buddy,
I finally got everything going, EXCEPT, it doesn't populate the dropdown list at all. Keeping your exmaple in mind then it doesn't populate "mySubCategoryValues" even though the foreach loops thorugh the right number of times. So, data is there but it doesn't get added to the ...