| Thread | Last Post | Replies |
|
| Modify Subject & Email Submit Form? | 05 Apr 2007 12:00 GMT | 3 |
I currently have an InfoPath form that is setup to submit to an email account. I am trying to modify the subject line when the form is submitted to include standard text of “Employee Request for” and then the first and last name from fields within info path. I haven’t been able ...
|
| Email notifications | 05 Apr 2007 11:18 GMT | 6 |
I created a form with a couple of datepickers We fill in the date of expiration of a service contract. We also have a dropdownlist with the names of our sales people. What I need to achieve is when the end date is for example may 31, an email
|
| Open a form saved via a web service | 05 Apr 2007 07:28 GMT | 5 |
I have created a web service that saves an InfoPath form to a SharePoint forms server. Everything works fine except for when a form has a date field on it, the web service saves it successfully to the forms server however the saved form won’t open, receiving a “Schema validation ...
|
| Getting infopath file path and name... | 05 Apr 2007 00:14 GMT | 1 |
I figured out how to get onsaverequest to work and only added the UI Alert to see what was in the object, but filename is always blank: function XDocument::OnSaveRequest(eventObj) {
|
| Daylight Saving issue | 04 Apr 2007 23:50 GMT | 2 |
We are trying to upload an an infopath form thru central administration logged in as a site collection admin. The form verifies correctly, but when uploading it gets stuck in "installing" status. What could be the cause? This is because of daylight saving.Anybody who has ...
|
| Calculation question | 04 Apr 2007 23:46 GMT | 1 |
I'm hoping there's an InfoPath guru who can point me in the right direction here. Here's what I have and what I'd like to accomplish. I'm trying to set up a form to track how my employees spend their time. For each day of the week I have the workday broken down into quarter hour ...
|
| can't open file | 04 Apr 2007 19:38 GMT | 2 |
I have a odbc connection to a secondary data source, sql server. After I save my document, and try to reopen, I get this message. The following DataObject either cannot be created or cannot be initialized: The query cannot be run for the following DataObject:
|
| how do you get rid of pop up message when you submit by email? | 04 Apr 2007 19:34 GMT | 4 |
I developed a InfoPath form that directly connects to Access database and allow user multiple submit as email message. When the user filled the form and sumbited, all messages related email are popped up one by one and allowed the user change everything such as address, subject, ...
|
| Find an attribute's parent element | 04 Apr 2007 18:11 GMT | 3 |
In Infopath 2003, in JScript, is it possible to determine an attribute's parent element? I need to be able to update the value of a sibling attribute when the first attribute is changed, and I can find no way to climb the tree from the attribute to its containing element.
|
| How to pull multiple records ... | 04 Apr 2007 16:54 GMT | 1 |
I have developed an infopath forms which is connected to a MS access db. (bound my form to a database) I have two forms: form 1 is an data entry form. form 2 is review/approval form. On 2nd form, I have a pull down - which a user selects their department, is it possible to ...
|
| Master/Detail :: Invalid Context Issue | 04 Apr 2007 16:46 GMT | 1 |
I am trying to create a very simple Master/Detail form with Project and 'many' project details. When i Link the Detail table to the Master Id, i get a message stating 'The Master you just picked is in an incorrect context'. What is the reason for this? Any help please?
|
| User defined selctions in a dropdown list | 04 Apr 2007 16:38 GMT | 1 |
I am very new to the InfoPath world. But I was wondering if anyone knows how to make a drop down list or a list box properties to where a manager can select his name in either one of these. I need to make a dropdown list or list box with many names in it but you can only select ...
|
| InfoPath 2003: Error with Rich Text Field | 04 Apr 2007 16:34 GMT | 2 |
I’m having a spot of trouble with a InfoPath form I am working on. First, ill give some background info of what I’m trying to do. What this form does, is retrieve data from various sources (mainly SharePoint and SQL server) and displays the info all nice and neatly on the
|
| How to fill drop-down box with data programmatically | 04 Apr 2007 09:30 GMT | 1 |
I've got a problem. How can I fill down a drop-down box with data from code. 1.I've got a drop-down box in a repeating table. How can I programmatically fill down this box with data received fromm SQL so the user in could change
|
| query from two sources | 04 Apr 2007 08:50 GMT | 1 |
I have built my info path form, and designated a secondary data source table from a sql server. In my form, I enter a code that corresponds with a value from the sql server table.
|