| Thread | Last Post | Replies |
|
| Managed Code equivalent to Refresh Action of a Button | 15 Dec 2005 20:58 GMT | 6 |
What is the vb.Net managed code equivalent of having a button with the "Refresh" action to refresh a secondary data source? I have tried thisXDocument.DataObjects("Projects").Query() and thisXDocument.View.ForceUpdate() in the OnSwitchView event , but that does
|
| Link to open new form instance in SharePoint form library | 15 Dec 2005 15:19 GMT | 1 |
I want to create a link on a web page that opens a new form instance in a SharePoint Form Library. Just as if I clicked the "Fill out this form" button on the Form Library page in SharePoint. The Fill out this form button invokes a javaScript function call.
|
| Assign a value to an XML node using Javascript | 15 Dec 2005 15:10 GMT | 2 |
I'm trying to set an XML node for one of my forms using javascript. Example code: var X = a date brought in from another xml doc. XDocument.DOM.selectSingleNode(/requirement/my:PMTProductManagementTool/DODate).text = X;
|
| Databound Fields are not saved | 15 Dec 2005 13:01 GMT | 2 |
I've created a InfoPath form the retrieves database values through a web service. When saving the filled out form to a sharepoint site, only form field values inserted
|
| Can InfoPath provide more than a single page for data entry | 14 Dec 2005 17:37 GMT | 2 |
I am doing something honorary for a local charity in UK. I am new to InfoPath. I have already got an Access Database writing to an Excel Spreadsheet and wish to consider InfoPath for data entry to the Database.
|
| Clear Query Results | 14 Dec 2005 16:20 GMT | 2 |
I've created a form connected to an Access database using the connection wizard. Within this form I've created 3 views: Search, Details, New Record. The Search view has a button that switches views to the New Record view, query fields & query button, and a repeating table for the ...
|
| Deactivate Close Button | 14 Dec 2005 10:32 GMT | 2 |
This is my first time, here!!! ;) I'm trying to Deactivate Close Button in Infopath. Is there some code that we can use???? I'm using Microsoft Script Editor.
|
| Rollback | 14 Dec 2005 00:45 GMT | 1 |
I'm not wellknown with the rollback and transaction methods of query adapters, but is there a possibility to do a rollback when an query fails? I now execute like 5 insert statements. WHen one fails all other need to be made "undone". Is this possible with the use of the ...
|
| Passing a query parameter to web service | 14 Dec 2005 00:20 GMT | 2 |
I have set up a web service that takes a single parameter which is th value of a drop down list in my infopath form. The web service the returns the query result to populate a text box (single value) on m form.
|
| Users having problems with form attachments. | 13 Dec 2005 21:53 GMT | 6 |
I have created an InfoPath form, published it to a shared folder on our network and given permissions to the appropriate users to view the forms. The problem is when a form is submitted to the user as an attachment, the form is not visible when it is opened. All users have ...
|
| InfoPath updating form resource files | 13 Dec 2005 19:19 GMT | 2 |
Does anyone know if you can update the forms resource files while the form is open and then save them? That way the next time the form is opened the resource files have the updated information in them. The reason for asking this question is because I have a scenario that
|
| email options | 13 Dec 2005 17:50 GMT | 2 |
I would like to use the standard outlook message box for an email connection instead of the built in one in infopath...is this possible..? So when the user pressed submit, the form would attach itself to an email message that the user could then finalize and send...?
|
| Repeating Section Difficulties When Connecting to Access | 13 Dec 2005 08:13 GMT | 1 |
I have a database that I have created for tracking issues within my company. It's an Access database (2003) containing 2 tables. The first table contains general information about a particular issue. The second table contains the detailed notes (there are several) for each issue. ...
|
| Constraining Access to Views | 13 Dec 2005 07:59 GMT | 1 |
Is there any way to remove or disable access to other views within an InfoPath form, similar to how the Design option gets configured to be disabled?
|
| Multiple choice drop down list boxes? | 13 Dec 2005 07:57 GMT | 1 |
Can something be selected or added to the properties or select settings from the properties box tabs to make a drop down list able to allow selection of one or more items? Like being able to select more than one country?
|