| Thread | Last Post | Replies |
|
| Reading XML Files from Sharepoint Location | 23 Nov 2004 21:33 GMT | 4 |
Background: We're trying to create a multi-infopath form application. That way duplication of infomation can be minimized. To implement this solution, we decided to use drop downs to link to Sharepoint Form Lists.
|
| Can't write value to XML node | 23 Nov 2004 20:13 GMT | 4 |
What am I missing here? I'm sure it's something trivial... The date is not being written to the DateMonday field. Why? I'm using InfoPath sp1 & yes I know about the current() function in InfoPath...
|
| Infopath 2003 viewer | 23 Nov 2004 20:12 GMT | 2 |
Does anyone know if there is a Microsoft or 3rd party viewer available?
|
| Hello | 23 Nov 2004 19:50 GMT | 4 |
I have created several infopath forms and I now wish to save the forms from VB.NET and then email the .XML file to somebody, I have tried using the Document.SaveAS Method and get a SecurityError. Does anybody have any ideais.
|
| Click button from code? | 23 Nov 2004 17:11 GMT | 4 |
Can I write code (MS Script) from one button click handler to click another button, or at least call its OnClick handler? I'm too lazy to factor out the code into a shared function....
|
| Autopopulate from Sharepoint | 23 Nov 2004 16:33 GMT | 7 |
Hi Folks, a newbie here. Is it possible to to enter a name ina field in Infopath and it looks up data in sharepoint and if a match is found it will autopopulate fields within the infopath form?? Some code would be nice if anyboday can help
|
| Triggers on sections - Scripting | 23 Nov 2004 15:43 GMT | 6 |
I've got great form working that queries a data source and brings back an existing record. If there is not a record in progress, I'd like to automatically add a new blank line to a section without the user pressing insert item. Is there a straight forward way to auto trigger ...
|
| Button -> Submit and run code | 23 Nov 2004 15:29 GMT | 2 |
I am wanting one button to save this information in the database and then run code. I would really perfer to run the code frist then save. I can get it to do one or the other is there anyway to get it to do both? I am saving to an Access Database.
|
| Problems with Form Location | 23 Nov 2004 14:35 GMT | 6 |
I have created forms and published them to a shared folder but could not open the forms created on one PC on another in the Domain. I have republished the template with Full Trust Security Level but need to be open the original created forms on both PC & laptop. I can only open ...
|
| Sort Repeating table columns dynamically by clicking on the header | 23 Nov 2004 10:19 GMT | 4 |
I am an Infopath/XML/XPath green bean. I have a form with a repeating table. Everything works great. However, I know my boss is going to want to click on the column header values in the repeating table in order to reorder the columns dynamically
|
| This DOM cannot be loaded twice! | 23 Nov 2004 09:36 GMT | 4 |
This code: [InfoPathEventHandler(EventType=InfoPathEventType.OnLoad)] public void OnLoad(DocReturnEvent e) {
|
| Performance concerns when manually manipulating the DOM | 23 Nov 2004 02:58 GMT | 4 |
I have a fairly complex form that I have created that has performance issues. After looking at a variety of possible causes I have identified one area that definitely seems to be the leading culprit. I am programming IP SP1 with C# and dynamically populating various elements in ...
|
| How do I add multiple expression box totals together? | 23 Nov 2004 02:56 GMT | 1 |
I have numerous repeating tables in a form I have created. Each table uses an expression box to subtotal the columns of the table. Is there anyway to add the expression box totals together to get a grand total?
|
| Master/Detail for Secondary Data Source? | 23 Nov 2004 02:48 GMT | 1 |
Quick question: is it (supposed to be) possible to create a master/detail against a secondary data source (for read-only browsing) rather than the primary one? I find not: when I create a m/d I have to pick the primary ds; after it's created, if I then Change Binding to a ...
|
| Error Message "some rules were not applied" | 23 Nov 2004 02:44 GMT | 2 |
I have a form, with some controls on it, and few text boxes are mandatory. When the user just submit's the form without filling the mandatory fields, infopath throws the error message saying that "some rules were not applied", blah...blah... with the field required.
|