| Thread | Last Post | Replies |
|
| Publish InfoPath Form Template Programmatically | 22 Nov 2006 12:49 GMT | 1 |
Do you know how to publish a InfoPath form template programmatically to a document library to wss v3 or moss 2007? Any code snippits would be helpful
|
| Infopath behaviour : installed vs signed forms | 22 Nov 2006 10:54 GMT | 2 |
I have noticed the following very strange behaviour. I am running office 2003 sp2 on a windows xp sp2 machine. If I create an infopath form and install it with full trust I can open the form multiple times (at the same time) without any problem. If, on the other hand, I sign the ...
|
| Sharing InfoPath forms | 22 Nov 2006 09:26 GMT | 1 |
I have created a form but get an error when e-mailing to someone else to review. I have never worked with InfoPath before. InfoPath cannot create a new, blank form. You cannot fill out forms based on this form template because the file has been copied or moved from its
|
| publishing a form | 22 Nov 2006 09:23 GMT | 1 |
I have created a form on the server get an error when opening it from another PC.I have never worked with InfoPath before. The error is InfoPath cannot create a new, blank form. You cannot fill out forms based
|
| Attach a document to InfoPath form & read metadata of attached doc | 22 Nov 2006 09:13 GMT | 1 |
Our library repository collects and catalogs digital Govt Publications. I have an InfoPath form which collects information about a Govt Publication (publisher, author, subject, keyword, format etc) from the publications author at the time they send the url of the new publication ...
|
| infopath | 22 Nov 2006 09:05 GMT | 1 |
I have a form library in a WSS site. every time i change the template of this form (xsn file) this change applies on all the forms (xml files) that filled out with this template, and saved on this library and on my computer. how can i stop it ???
|
| Very simple XPath question.... | 22 Nov 2006 06:57 GMT | 1 |
On my first form I only had one data source (Main) and used the following code to set my file name prior to a save meetingName = XDocument.DOM.selectSingleNode( "//my:field1" ).text; meetingDate = XDocument.DOM.selectSingleNode( "//my:field2" ).text;
|
| Time Calculations Using JScript | 22 Nov 2006 06:13 GMT | 7 |
Followed S.Y.M. Wong-A-Ton's instructions on how to calc. time differences. What I need to know is how to change the scripting to allow for 2 instances of everything. I added secondary groups and fields that mimic the first set, having a #2 after each name. I cannot just add ...
|
| MOSS 2007: Infopath Form template cannot be removed | 22 Nov 2006 00:47 GMT | 1 |
We have created an infopath form using infopath beta2, installed it on moss 2007 beta2 as an administrator form template and that was working fine. When we upgraded to beta 2 technical refresh of MOSS 2007, if we want
|
| Infopath Printing | 21 Nov 2006 21:29 GMT | 2 |
When I print my form to a color printer I don't get the shaded backgrounds and highlights. Colored text print in color; as do the color borders on the cells. But none of the colored shading. Is this a limitation of InfoPath?
|
| InfoPath Change Variable Value from Sharepoint | 21 Nov 2006 19:05 GMT | 2 |
I appreciate if someone could help this newbie. In jscript.js, I have a defined variable that referneces a list in Sharepoint. I have a secondary data source and successfully read into the variable the value. In this case 1. It returns as 1.000000000000. I simply want to take ...
|
| Reference to n element of a list :( | 21 Nov 2006 18:22 GMT | 1 |
Please help me. I have an external data source which is a list of ID's, I need a reference to n element of that list. This is a XPath expression, it works.
|
| Save XML to single field in SQL | 21 Nov 2006 17:55 GMT | 1 |
I am looking at storing the XML data from infopath to a single field in a SQL table (SQL 2005 Express). Is anyone doing this? I would rather not use web services as I do not want to install web services on the clients (clients are often disconnected from the corporate network).
|
| How do I auto generate a number for each form filled out? | 21 Nov 2006 07:56 GMT | 2 |
I need to auto generate an ID for each form filled out, for example RTC-1, RTC-2, RTC-3. This needs to be automatic every time a user opens a form to fill out and then saves it. Does this need a formula or is this a script?
|
| Page Break in Repeating Section | 21 Nov 2006 07:00 GMT | 2 |
Infopath 2003 - SP2 I have a page break in a repeating section so that each time the section repeats, its on a new page. Works great. Only problem is there is always a blank page at the end. I've tried to delete anything after the pagebreak and
|