| Thread | Last Post | Replies |
|
| Infopath and Sharepoint style sheets | 12 Sep 2007 09:52 GMT | 1 |
I have an InfoPath form that has been submitted to a SharePoint library where it will use forms services to render the InfoPath form as a web form. I want to find out if it is possible to apply the current SharePoint style sheet to the InfoPath form when opened in a browser?
|
| Controlling templates | 12 Sep 2007 08:58 GMT | 3 |
I have a Form Library where the design of the form continues to evolve as we work with it. The problem is any form created with an earlier version of the design template opens with it's original design. I would like to make all the forms inherit the newest design. Is this ...
|
| Coding text to a Rich Text Box | 12 Sep 2007 01:48 GMT | 3 |
I need to know how to code, with javascript or vbscript, information to a Rich Text Box. This should be used as a log book and I want to save certain information each time the form is saved.
|
| Applying XSL.. | 11 Sep 2007 23:40 GMT | 1 |
I extracted XSL from the XSN Cab file and applied directly to the XML, and it opens up fine in Internet Explorer, but the page breaks and date format are not displaying correctly. Can anybody help me to solve this problem?
|
| Cascading Drop Down Box | 11 Sep 2007 23:27 GMT | 3 |
I have two dropdown boxes. The first one I want to populate with documents collection and the second one I want to populate with sub types based on the first drop down selection. My drop down boxes are placed in a repeating section and the data sources
|
| Calculations in a Repeating Section | 11 Sep 2007 14:40 GMT | 5 |
I am trying to do what should be a simple task in InfoPath 2003... I want to multiply 2 fields in a repeating section and set a 3rd's field value with the result. Ex: -----Repeating Section-----------------
|
| Language Pack Warning Message | 11 Sep 2007 14:34 GMT | 1 |
Has anyone seen the warning message below before and how did they resolve the issue; I'm trying to publish an InfoPath form to be viewable in both a browser and an infoPath client but keep getting the warning message. I've looked at the SharePoint Language Pack and unfortuantely ...
|
| Loading an XML file as a data source from a SharePoint Library. | 11 Sep 2007 10:16 GMT | 3 |
I have some code in a form that loads an XML file as a secondary data source. The code is: Dim q As FileQueryConnection = CType(Me.DataConnections("WorkProgramme"), FileQueryConnection)
|
| Printing titles of repeating section | 11 Sep 2007 07:08 GMT | 3 |
How do you get the titles of a repeating section to print on the next page if the section expands to another page? If VBA code is involved, please be as detailed as possible as I'm just learning how to write code.
|
| Infopath Listbox only returns the first 100 Sharepoint USers | 11 Sep 2007 06:44 GMT | 2 |
I set up an Infopath List Box to receive data from the User Information list on a WSS V3 Server. Works great, except only 100 users are returned. I cannot see anywhere this limit is stated.
|
| Is this possible using Infopath | 11 Sep 2007 06:40 GMT | 1 |
I need to design an application which will query SQL database. A drop down list box will dynamically display the names of tables. The user will then select a specific table and the names of fields should be dynamically populated on the form.
|
| Add Box | 11 Sep 2007 04:56 GMT | 1 |
I'm using the wrong name but I need to create a text box that will let me add multiple values at once and then assign other field values to each of those. Thanks
|
| Generate some sort of pop-up acknowledgement upon form submit | 11 Sep 2007 02:00 GMT | 1 |
I have an IP form and associated workflow working very well. The only feedback I've received so far is what happens when a user submits the form. Users have pointed out that they would like to get some kind of feedback that the form has been processed when they hit the submit ...
|
| vbscript editor will not launch (just jscript) | 10 Sep 2007 15:12 GMT | 3 |
I've check and the default programming language is definately set to VBScript. Unfortunately, each time I launch the editor by going to Tools | Programing
| Microsoft Script Editor, the jscript editor launches instead. can anyone point me to a resolution ?
|
| Declaring Values in Textbox using VBScript in Infopath | 10 Sep 2007 13:30 GMT | 1 |
How can I declare a certain text / value in a textbox that I created in an Infopath Form? Here is my current code wher I keep on getting an error "Reference to undeclared namespace prefixes: 'my'" Thanks
|