| Thread | Last Post | Replies |
|
| Newbie Infopath SQL question. | 25 May 2005 20:00 GMT | 4 |
I am in the process of looking at InfoPath as a solution for our office. I installed our MSDN copy on a test server and have spent the last several days fooling around with it. But the one thing i can not figure out is how to post data entered into a form back to SQL. I have
|
| help needed: example of access <-> web service <-> infopath | 25 May 2005 19:57 GMT | 1 |
Does anyone have a simple working example using access for the data source and a web service to INSERT or update that database when using SUBMIT from Infopath? It looks like a lot of the questions here are between infopath and a database directly.
|
| count the number of filtered row | 25 May 2005 15:19 GMT | 3 |
I wan't to count the number of result which is filtered by my filter in a repetitive section. The probleme is that I can see the total of the occurence in my form with count()
|
| OnSubmitRequest Event Handler | 25 May 2005 13:57 GMT | 2 |
I want to be able to close InfoPath after the form has been submitted. It seems I need to implement an event handler for the OnSubmitRequest event. I found this: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ipsdk/html/xdev tOnLoad.asp
|
| Pivot table function | 24 May 2005 23:01 GMT | 1 |
Could you please let me know how can I make changes to my pivot table so that I get % instead of numbers ( for eg for 7587- 1 should be 5221/8350 = 62.53% and 2 should be 0% and 3 should be 3129/8350= 37.41% 7587 1 5221
|
| changing databases | 24 May 2005 22:41 GMT | 1 |
I have developed an InfoPath form with a SQL Server database backend. I would like to modify the form's Main Connection to point to a different database (an exact replica in terms of database schema) for staging of the form and then after staging move it again to a production ...
|
| Permission Denied for Fully Trusted form | 24 May 2005 20:20 GMT | 1 |
I am having an Infopath form and OnSubmitRequest I am posting the data using MSXML2.XMLHTTP. var objXmlHttp = new ActiveXObject("MSXML2.XMLHTTP"); var strUrl =
|
| Why couldn't I open my new created InfoPath template (.xsn file) ? | 24 May 2005 20:16 GMT | 1 |
I created a new InfoPath template using VS.NET 2003 and then published it to a fold in my computer. But I failed to open the template with InfoPath. One error happened, saying "Microsoft Office InfoPath encountered a problem and will be closed". I appreciate if you can help me
|
| Isolated Storage in InfoPath | 24 May 2005 19:05 GMT | 1 |
If I plan to use isolated storage in infopath, since that seems to require using .NET, what kind of security level for the form would I be looking into approximately? Is using isolated storage even a decent idea for infopath in general?
|
| ActiveX Bindings (not just a single value) | 24 May 2005 19:03 GMT | 1 |
i'm trying to write an activex combobox with c# .net, because i need some features the standard infopath combo has not. i successfully made this combobox, but i'm not able to bind some kind of a list to it.
|
| combobox in infoPath | 24 May 2005 18:41 GMT | 1 |
Hi Everybody, I want to use a use a combo box on my Infopath form. It will have a pre-populated list of items that a user can choose from, or the user can type in his own item.
|
| Why can't I preview an InfoPath form? | 24 May 2005 18:38 GMT | 1 |
The error message I receive when trying to preview an InfoPath form I am working on tells me: "InfoPath cannot create a new blank form. The form template is not valid" The details are
|
| How do I add or subtract date values from InfoPath | 24 May 2005 18:37 GMT | 1 |
I want to enter a single date field and add / subtract days from this to display it on other parts of the form. How do I do this in InfoPath?
|
| Simple Time | 24 May 2005 18:36 GMT | 1 |
I have a worksheet form with three time fields StartTime, EndTime, and SubTime. what I need to do is calculate the time between the StartTime and EndTime and set it as the value for the SubTime field. and the SubTime field must
|
| Print views at once | 24 May 2005 18:28 GMT | 1 |
I'd just like to know if there's a way (using code or otherwise) to print multiple views at once. Is such a thing possible? Thank you!
|