| Thread | Last Post | Replies |
|
| Hidden Required Fields upon submitting Form | 03 Jul 2007 19:44 GMT | 4 |
I am Business Analyst not a programmer trying to create an Infopath form that has required fields. Issue if "Is this a Provider or Resource" = Resource then Resource Field is required and
|
| Checking form validation | 03 Jul 2007 19:30 GMT | 1 |
Here's what I'm trying to do. I have a form, with fairly complex constraints on many of the fields. I think those are working pretty well though. What I need to do is to have a save button on the form that will generate the proper filename based on the fields in the form and ...
|
| Locked Fields | 03 Jul 2007 14:36 GMT | 1 |
When I create an .xsn template for a form in InfoPath and then create an infopath project in visual studio from that template the fields in the data source become locked. I often find myself going outside infopath and editing the schema in notepad so I can delete unneeded
|
| How to display values in infopath | 03 Jul 2007 08:54 GMT | 2 |
I'm using InfoPath 2007 and I'm very new at it. I'm not sure how to do this so I'm asking you guys. I want to display a simple text ("Text") to a textbox in my form. The textbox's ID is userName. I don't know the syntax that I should use to
|
| Custom button to open the Save As dialog box | 03 Jul 2007 08:32 GMT | 1 |
How would you in InfoPath 2003, create a button that will open the Save As dialog box with the filename already filled in?
|
| Change default file name | 03 Jul 2007 08:22 GMT | 2 |
When the user clicks the file -> save, the file name defaults to form1. I would like to dynamicaly change the form name. I tried making a change to the OnSaveRequest event. I was able to get the filename by calling XDocument.URI. When I tried
|
| Syntax to use to retrive data from a control in vbscript | 03 Jul 2007 08:20 GMT | 1 |
To retieve the start date from the Date Picker Control an article pn this from Forum used the following code strStartDate = XDocument.DOM.selectSingleNode _ ("/my:myFields/my:startDate").text
|
| Error Message: "Insufficient Security Privilege" | 03 Jul 2007 08:14 GMT | 1 |
One of our user of MS Infopath form, which I have published to the sharepoint site, is not able to open the form if I provide him with the link to the template of the form. He always get the error message: "Insufficient Security Privilege. This form cannot be opened because it ...
|
| Error message: "Insufficient Security Privilege" | 03 Jul 2007 08:12 GMT | 1 |
I have a problem with one of our user of the MS Infopath Form which I have published to the sharepoint site. Altought, I granted all users necessary rights to open and save the form to the site, one of them have still problem to open it.
|
| Generate a .mhtml file through a custom button | 03 Jul 2007 07:52 GMT | 1 |
I have a requirement where I need to generate a .mhtml file through a custom button. Currently this is being done manually by selecting File -> Export To-> Web. I need to automate this process with code where it will generate the .mhtml file and then email it. This is being ...
|
| Exporting fields from Infopath to Excel | 02 Jul 2007 14:12 GMT | 2 |
I have a pre-exisiting form which does what I want it to, but I'm wondering if it's possible to export the information into an Excel spreadsheet, ideally specific fields that I desire. I'm teaching myself how to use IP as I go, so the answer may be obvious but I can't figure it ...
|
| Writing custom ASP.NET controls for Infopath | 02 Jul 2007 09:06 GMT | 3 |
Hey all, I'm wondering if it's at all posibble to write custom controls that I would be able to use in web-based Infopath forms hosted on Sharepoint. More specifically, I'm wanting to extend the standard textbox with a color
|
| Outlook meeting request from info path | 02 Jul 2007 07:38 GMT | 1 |
I am having a bit of trouble. I recently created a form for my job that allows me to email the form once it is filled out with a click of a button that I inserted below the form. I would like to program the button to pull up an Outlook meeting request
|
| submiting content type forms to specific libraries | 02 Jul 2007 07:32 GMT | 1 |
I have a little "existential" questions concerning submiting form when they are in fact content types and not associated with a particular form library. When submiting to a form library it is easy to establish a data connection to SUBMIT data, and then just point to the library ...
|
| Infopath to word. | 02 Jul 2007 07:02 GMT | 1 |
I'm trying to export a Infopath 2007 form to Word 2007. I tried this solution http://enterprise-solutions.swits.net/infopath2003/article.php?t=convert-infopat h-form-into-word-doc-send-email-attachment-outlook&c=infopath2003 My data xml files are hosted in a sharepoint list. Updating ...
|