| Thread | Last Post | Replies |
|
| Can I connect an Infopath dropdown list to an Active Directory? | 18 Jun 2005 15:03 GMT | 3 |
I need to populate a dropdown list on an Infopath form with the members of an Active Directory group. Can this be done, and if so, how? Thanks.
|
| DropDown listbox with 2 columns, or concat values from 2 fields | 18 Jun 2005 02:22 GMT | 4 |
I have a web service that returns persons identities, ( first, last , id , etc.) I want to be able to have a drop down list box to have the user select from unique first and last names.
|
| Parent-Child Relationship | 18 Jun 2005 01:22 GMT | 1 |
I have an access backend with a 1:M parent-child relationship. I need to find a way to create a new record in Infopath. Currently, I can only create a new record by "saving" the parent table, then "query" for that record saved, which then populates back into the
|
| getting rid of the Allow connection to domain prompt on form open | 18 Jun 2005 01:19 GMT | 2 |
When I preview or open up a form to fill out, there are 2 seperate dialog boxes that come up and say: "This is accessing a data source on another domain. Do you want to allow this?" Of course I want to allow it! That's why I created it!
|
| Submit to Access | 18 Jun 2005 01:14 GMT | 1 |
I need to create a form where the user will be able to: 1. Search for a record and if a record is found they should be able to edit and save their changes 2. If no record is found, they should be able to create a new record
|
| How to populate a dropdown with a WS in C# | 18 Jun 2005 01:07 GMT | 8 |
I have make a webservice I can make a call with the managed code C# and I have a return ! no more probleme with that! I'm happy But now I have my result in a XMLDocumenthow I can populate my dropdown
|
| Looking for sample code for calling web service | 17 Jun 2005 23:03 GMT | 3 |
Below is my method (C#). Could someone please post the code to call the web service onLoad of an InfoPath form? ============================================= [WebMethod (Description="Get the full name of the InfoPath form user.")]
|
| Listbox empty first item | 17 Jun 2005 21:12 GMT | 1 |
I have a listbox bound to a web service data connection, in preview of the form , I see the first item empty ?? how do we get rid of this ?, is that the default setting ?
|
| escape sequence inside xpath function | 17 Jun 2005 02:36 GMT | 1 |
I am trying to use the concat expression where one of the arguments is a string of text that must include a double quote. I tried to use \" , but it does not work.. I need my output string to look like this:
|
| Good Book or reference material on using Infopath with VSOT's | 16 Jun 2005 23:28 GMT | 2 |
I'm contemplating on using Infopath for a concept I have. It needs to function as a stand alone application storing data when offline and then connecting to a web service when online. I'm looking for a book that will go into details such as reading and
|
| Please help, frustrated with calling C# web service with code. | 16 Jun 2005 20:36 GMT | 2 |
I've posted a few messages here and looked at countless posts but not able to find a complete solution. I have everything working the way I want all I need now is to call my web service when the page loads. One suggestions was to use the data connection method and have it populate ...
|
| Capture error when cancel is clicked on email confirmation | 16 Jun 2005 20:33 GMT | 4 |
Is there anyway to capture the error message if a user clicks cancel on the email confirmation? I am using custom code to create a unique file name and to email the URL to the doc. Everything seems to be working correctly except when someone clicks on cancel.
|
| Common, someone must know. Web services and Infopath | 16 Jun 2005 20:30 GMT | 1 |
I've posted numerous times, searched, searched, searched and can't seem to get an answer on this. I have a C# web service that I want to query when infopath form starts. The web method takes one parameter that is the username of the person
|
| Inserting into a database table from Infopath | 16 Jun 2005 20:27 GMT | 2 |
So all I want to do is grab a auto-incremented number from my SQL Server database and then add a new row to the database table so the number gets incremented. Then I can use the number as an id for the doc I'm creating and storing in
|
| I want it change the control type based on condition | 16 Jun 2005 18:57 GMT | 2 |
I have a form that has a radio selection New or Repeat Client. Then below the radios I have a Text Control ( which is used to enter a Client Name if the New Radio is picked) and then I have a Dropdown list controls which is populated by the Existing Client web service.
|