| Thread | Last Post | Replies |
|
| Disabling Views | 23 Sep 2004 22:51 GMT | 2 |
I have two views in my Infopath form. Based on a field I want to restrict the users of the form to a view. How can I achieve this?
|
| How to allow the user to choose a range of rows? | 23 Sep 2004 19:01 GMT | 4 |
I have a form that grabs data from a single table. I want to allow the user to put in a date and have data for all rows that exceed that date be returned. The table (of course) has a matching Date field. This seems like a simple request...is it? Am i missing something simple?
|
| how to retrieve and insert new records within one view in the form | 23 Sep 2004 18:18 GMT | 3 |
dear all, I want to create a absent request form with the following requirements: 1. at the top of the form, user enter his name, the form can show his information (dept, tel, email) automatically from the employee table in
|
| Security Error in OnContextChange Event | 23 Sep 2004 14:55 GMT | 2 |
I am trying to copy the context sensitive help example described at http://blogs.msdn.com/philoj/archive/2004/04/25/119926.aspx The Infopath form uses SP1 and C# and is published to a Sharepoint
|
| Infopath and sharepoint application | 23 Sep 2004 12:16 GMT | 1 |
I want to build a infopath form, that connect to a client list in sharepoint services. This form, would have a client name field (combo box) where the user can select the desired client and confirm if the data is accurate. If the data is not accurate he can update and submit, or if ...
|
| Parameter passing between infopath templates | 23 Sep 2004 02:27 GMT | 2 |
Is it possible to pass parameters from one infopath template to another via manged code, c#? In my scenario, I am trying to pass two fields from template1 to template2. The two values passed will be used to populate into two separate text boxes
|
| Guess nobody know how to do this one. | 22 Sep 2004 21:30 GMT | 1 |
I am trying to make a time sheet for the people that work under me. What I would like to do is have them put in the starting date and have the computer calulate the ending date. also put the day of the week and the date in the boxes next to where they are to put in their time.
|
| How to add a Right click menu(context menu item) to a infopath doc / infopath text box | 22 Sep 2004 19:43 GMT | 2 |
I am trying to find out a way to add a Right click menu item(context menu item) to the text box in infopath, which allows me to get the selected text and the current node. does anyone tried this? or anyone knows how to add a right click menu
|
| Event handlers inside the html task pane, is it possible? | 22 Sep 2004 15:34 GMT | 2 |
I have a C#/InfoPath form, and a task pane that is Java Scrip + HTML, now I want to change a value from InfoPath, and I would like to trigger the on change event inside the task pane, is that possible? And another thing, I know a workaround but that requires a full trust of the ...
|
| XDocument.View workaround in OnLoad eventhandler? | 22 Sep 2004 04:37 GMT | 3 |
In my OnAfterChange eventhandler I use the following code and it works just fine: thisXDocument.View.ExecuteAction("xCollection::insert", "group_1"); Now, I know that the above code will not work in the OnLoad eventhandler.
|
| InfoPath close/crashes when connecting to a web service | 22 Sep 2004 04:14 GMT | 2 |
I created a template that retrieves data via a web service. It works OK in design mode when I preview the form for the first time. Then if I preview the form again, Infopath crashes and closes just when it tries to access the web service using the following code:
|
| How can I create a new template.xml ? | 22 Sep 2004 03:42 GMT | 1 |
It seams that I have the template.xml file broken, how can I rebuild it again, is that possible. Thanks
|
| Does InfoPath support ODMA? | 21 Sep 2004 23:33 GMT | 1 |
Hello Techies-- Is InfoPath allow for ODMA integration?
|
| Repeating Section issue | 21 Sep 2004 19:46 GMT | 5 |
I am trying to create a form which is based on an Access Database. The use will fill out the form and then submitt the data to the database. I want to add a Repeating section or table under a field called Client ID and have
|
| Adding an additional table to the data connection. | 21 Sep 2004 17:52 GMT | 2 |
I have a form in Infopath that is being used by the users. Now i want to add an additional feature to this form. I need to add an additional table to this already existing form, and insert few more controls that bind to
|