| Thread | Last Post | Replies |
|
| What to do once the form files have been extracted | 27 May 2005 18:52 GMT | 1 |
I frequently read about people suggesting tricks and solutions that involve extracting the form files and then modifying them. That's great and all, but I was wondering what to do once the files have been modified? Does one need to compress the files again somehow?
|
| DataInterop sample and caching secondary sources | 27 May 2005 18:19 GMT | 1 |
While looking for a solution for infopath offline support, I came by the DataInterop sample in the SDK (http://msdn.microsoft.com/library/en- us/ipsdk/html/ipsdkRetrievingCreatingRecordsDataInt_HV01082955.asp? frame=true#). Looking at the JS code in the form, it looked like it's
|
| infopath | 27 May 2005 16:54 GMT | 3 |
Not sure, but can Infopath be used to enter many values of the same field to populate other fields. Ex. an online store checkout section where you enter in the item number(s) and the item description and price fields automatically fill. I am able to do this for only one item, I ...
|
| Can email forms be sent more than once? (send and reply) | 27 May 2005 14:07 GMT | 2 |
Is it possible to setup approval like email forms where user_1 initiates the request emailing it to user_2 where they can approve or decline that would send an email form back to user_1 with comments user_2 added?
|
| Need to sum values in a section | 27 May 2005 05:56 GMT | 1 |
I have Sections in my form which have several questions. Each Question contains a radio control with values 1 - 10. I want to add the total score by doing a sum(sectionName) but i get NaN .. the values are sent as 6 7 10 4 etc.. instead of actually adding them up.
|
| Can I Submit to a third data source | 26 May 2005 23:15 GMT | 4 |
I have a form created from an SQL database and have added 3 tables from that database as my datasoucres. What I am trying to do is submit data to the 3rd table. The workflow of my form is as follows. 1. An account number is entered into the form.
|
| calculating date in the future, total days, business days. | 26 May 2005 22:25 GMT | 2 |
I have a date picker set to today() and want to set by default another date pickers value to that date + 3 days and/or possibly +3 business days.. Can this be done.. The idea would be the user would be presented with the SECOND date field already showing today+3 then he could ...
|
| Infopath async callback DOM | 26 May 2005 21:51 GMT | 3 |
Does anyone know how to use callback functions in infopath managed code to and use the application and XDocument object model? When ever I try, it says something like cannot be called when the object is in this state.
|
| Updates not publishing | 26 May 2005 21:30 GMT | 2 |
I made changes to a form and republished with no problems, but now the changes are not showing up when I try to fill out a form. If I open it in design mode the changes I made are still there. If I preview the form while in design mode, the changes are there. They just ...
|
| How do I perform date calculations in InfoPath | 26 May 2005 21:20 GMT | 1 |
I read the blog "Date Calculations in InfoPath" at http://blogs.msdn.com/infopath/archive/2005/01/25/360318.aspx, but the sample bombs out with a generic "Expected ';'" error. Has anyone out there cracked this nut? A working sample would be really nice.
|
| Regarding default error message on submitting Infopath forms. | 26 May 2005 21:18 GMT | 1 |
We are submitting the Infopath forms to a webserver location. We are handling all the validations, we need to check ,on submit request event of Infopath form, using java script . We dont want the default error message like...
|
| how do i send resume to a memory stick | 26 May 2005 21:10 GMT | 1 |
i can't send my resume from infopath to my removable disk ie memory stick, do i have to do something before trying to send it. i am new to this and cant figure it out i dont want to lose the work i have done
|
| Infopath with WSS Basic | 26 May 2005 21:09 GMT | 2 |
I have a very basic qs. After one publishes an infopath form to WSS and fills out the form, where can we find the xml files. How can we programamtically access them? Thanks
|
| submitting to multiple email addresses in the to: field | 26 May 2005 19:32 GMT | 1 |
I'm trying to submit my form to 3 email addresses, one in the two field and two in the cc: field. But I can't figure it out. How do I have two email addresses in the cc: field? InfoPath 2003 complains when I try to separate the email
|
| Problems with dates? | 26 May 2005 19:21 GMT | 1 |
I have a problem with dates. I have created a forms which are conected to SqlServer. I need to do a select which filter is a range of dates. Somebody knows how I do it? Thanks.
|