| Thread | Last Post | Replies |
|
| How can I hide the view menu for a specific form? | 16 Aug 2004 19:16 GMT | 1 |
I have an InfoPath form, the form have tons of views (I stopped counting them recently); when I open the form, the view menu is showing me all the views, I would like to stop that, I don't want the user to see all these views. How can I do that? Thank you
|
| Filters don't work with new row | 16 Aug 2004 19:07 GMT | 7 |
I have several views - each with a filter. When a new row is inserted in the default view (the default veiw does not have a filter), it does not immediately get filtered out in the other views - only after the InfoPath form is
|
| Using Option Buttons to show hide Sections or fields in from. | 16 Aug 2004 14:43 GMT | 2 |
Hello Pals! Anyone can help how show or hide the section or field in form using Radio Buttons. e.g. If having to Radio Buttons Yes/No, if select Yes section or field has
|
| Date Calculation | 16 Aug 2004 14:43 GMT | 1 |
I am building an annual employee evaluation form. How can take the a Date from one node (myStartDate), replace the year of myStartDate with the current year, place that in a node (myEvalDate1), then add 1 year to the myEvalDate1 and place that result in a node (myEvalDate2)?
|
| InfoPath viewer | 16 Aug 2004 06:05 GMT | 1 |
I have read the FAQ and understand that InfoPath must be installed on a local PC for users to fill out forms, but was wondering if anybody knew of any future plans to change this and release a free "viewer" which could be used?
|
| Help in Submitting Forms | 15 Aug 2004 01:58 GMT | 4 |
In my submit button, first I tried invoking the webservice directly from the button action. But I couldn't see the return status. It would always say successful.
|
| Promote data from InfoPath to Document Library | 15 Aug 2004 00:20 GMT | 1 |
I know I can add Submit logic to publish a completed form to a document library. How can I also populate a column in that document library with a field from the InfoPath form. I can easily populate the field in a form library, but not a document library?
|
| File attachment control: possible to change default with code? | 13 Aug 2004 19:55 GMT | 1 |
Is it possible to programmatically change the default directory that the control opens to? I'd like to be able to change it dynamically. Thanks
|
| Need URL-based forms in Infopath SP1 | 13 Aug 2004 18:23 GMT | 5 |
I have designed a form with Infopath (not SP1) and publish it to a Sharepoint library. From there, I fill out the form and save the .XML back to that form library. If I click on the .XML in the form library, Infopath loads and displays my form with the data from the
|
| Updating Secondary Data Source | 13 Aug 2004 17:19 GMT | 1 |
What is the proper methodology or where are there examples on how to update a secondary data source from the form? The purpose of the secondary data source is to populate vendor information but the user of the form will also need to add in additional or update vendor information ...
|
| INFOPATH + C# | 13 Aug 2004 15:09 GMT | 1 |
I've been trying lately to create and access infopath files using an external C# program (Or VB.Net or VB 6) but with no success. can someone please give me an example of lets say... create a new form using a template?
|
| CANNOT OPEN MY FORM ANYMORE ... HELP | 13 Aug 2004 08:31 GMT | 3 |
I was modifying a form on my sharepoint site. I made a mistake in the script (jscript) and now every time I try to open the form from my sahrepoint site , I get an error saying that IP cannot open the form.
|
| <newbie> ASPX --> Infopath | 13 Aug 2004 03:24 GMT | 3 |
I created an aspx page that I plan to open through Infopath. The user will do stuff and make a selection from a datagrid. I want to pass back a value from the selected record to the Infopath form that called it.
|
| Using MAX() function to populate "incrementing" field | 13 Aug 2004 03:19 GMT | 2 |
I have a repeating table. The first field is an ID field that I want to auto-populate with an incrementing integer. The field is read-only. I tried setting the default value for the field to be "max(.)+1" but that generates a NaN when I create a new form.
|
| traversing xmlnode a 2nd time fails... | 13 Aug 2004 03:14 GMT | 5 |
Dim xmlNodeListA, xmlNodeListB AS IXMLDOMNodeList xmlNodeListA = thisDocument.DOM.selectNodes ("/dfs:myfields/dfs:dataFields/d:Offloaf_Request") For Each xmlNodeA In xmlNodeListA
|