| Thread | Last Post | Replies |
|
| Get correct value | 04 Mar 2006 15:28 GMT | 5 |
I have a infopath with a repeating group(1) with 2 fields(A and B), and I have an other repeating group in which I must be able to select(drop down-field C) out of repeating group (1-field A ) which I can manage. Now I want value in field- D to automaticly fill with the value of ...
|
| IP, ASP.NET WebServices and strings with minoccurs=0 | 03 Mar 2006 21:45 GMT | 1 |
Scenario: 1) IP connected to a ASP.NET 2 webservice 2) Webservice offers query and update 3) To break the things down to the basics just two strings are passed
|
| How to change name of attachment | 03 Mar 2006 19:54 GMT | 2 |
I just created some forms that use the code below to send them as email. The IP document is also attached to the email and named "Form1.xml". How would I go about changing the name? var objEmail;
|
| Repeating group | 03 Mar 2006 14:23 GMT | 3 |
I am working on a form which retrieves and submits data to/from an access database. I need to make one of my access tables a repeating group but do not know how. I need to pull data from this particular table and I cannot seem to do it unless it is a repeating table, it
|
| Populating one drop down list when something is selected in anothe | 03 Mar 2006 03:24 GMT | 3 |
In the query section of the form I have two drop down list boxes. I would like to be able to select something in the top box, and then based on that selection query the database for items to put into the second drop down list box. Is this even possible in Infopath?
|
| Issue with Task Pane Code accessing data across domains | 02 Mar 2006 21:31 GMT | 1 |
Hi. I've read several threads here where there are issues with the form code accessing the task pane code, but nothing about the task pane code not being able to access data across domains. I have a fully trusted form that is installed on a server. When I open
|
| Printing Button Controls | 02 Mar 2006 16:14 GMT | 2 |
I have a form that users would like to print. They would like the buttons on the form (regular button controls) to print as well. I can't find a way to do this. Am I missing something? Thanks!
|
| Get the URL of the infopath document in sharepoint | 02 Mar 2006 12:21 GMT | 1 |
i created an event handler in WSS that creates tasks out of a Infoapth document upon saving this document. I also want to put the URL of the infopath document in the task list. Does anyone know how to do this ? thx.
|
| Updating a drop-down list lookup | 02 Mar 2006 12:13 GMT | 3 |
I'm working on a form where there are three drop-down lists. When the user picks a value from the first drop-down list, the SQL for the second drop-down is changed to reduce the selection according to that first value. That all works fine.
|
| Add default values using script | 01 Mar 2006 17:01 GMT | 12 |
Is this possible ? And how can be it be done ? Thanks, Marc
|
| Scripting in MS sample forms | 01 Mar 2006 15:02 GMT | 3 |
I'm trying to understand how the Purchase Request form works from the scripting perspective. I'm looking at the javascript in the script editor but I can't actually see how, for example, entering a unit price causes the script code to fire.
|
| Lookup values in a secondary data source from a repeating table? | 01 Mar 2006 14:23 GMT | 5 |
I have a repeating table for users to enter in items to purchase. They select from a drop-down list box the item they want. The values in the drop down box are retrieved from the seconday data source. Once the user selects a item from the dd-box a rule is in place to set the ...
|
| Submit to SQl using Custom Code | 01 Mar 2006 13:37 GMT | 2 |
I can't figure out the syntax for this...any examples? (Trying to retain programatically filled fields' data after a submit - they dissappear!)
|
| Namespace nightmare? | 01 Mar 2006 12:06 GMT | 9 |
I am currently testing using the GetMyProfile web service that is included with Microsoft's Status Report example. The web service is installed and the Status Report sample form works just fine. I created a new form and setup a data connection to the webservice and can
|
| Repeating groups and onafterchange c# | 01 Mar 2006 07:54 GMT | 2 |
I have a repeating group with 2 fields. I want to run through some logic in the onafterchange in field1 and place some value in field 2. I'm looking for examples to do this. Thx,
|