| Thread | Last Post | Replies |
|
| Communicating with external VB.Net process | 25 Nov 2004 16:01 GMT | 2 |
I want my external app (which is a VB.Net Windows Form application) to be able pass back results to InfoPath without having to use external files (ie. temp files or sql server). My idea is to use Remoting. I would like to add Remoting capabilities to my IP Form so that I can
|
| How to dynamically bind data from a Web Service? | 25 Nov 2004 15:03 GMT | 2 |
I would like to fill the DOM with an XML string received from a Web Service, which will be identical in the structure to the Form's XML, except the content that'll be the result of a SQL query. A sort of auto-bind from existing data that will fill some portions of the form.
|
| Publish to Web server | 25 Nov 2004 14:33 GMT | 2 |
Im trying to publish form to a Web Server but I recieve an error. infopath can't be published due to network error.
|
| Createobject | 25 Nov 2004 10:23 GMT | 4 |
Is it possible to create an instance of a self-mae dll. I have tried to do this in VBscript and it works fine but it generates an error in infopath. I have signed docuent and it is fully trusted any ideas?
|
| ImportDOM is not working properly | 25 Nov 2004 07:57 GMT | 2 |
Im saving the infopath to the database. When I retrieve the data from the database, I use ImportDOM as bellow: var xmlDoc = XDocument.CreateDOM(); xmlDoc.loadXML(XMLStringFromDatabase); XDocument.ImportDOM(xmlDoc);
|
| Format date in concat function | 25 Nov 2004 00:51 GMT | 1 |
I am using a formula to concat the value of two user-specified fields, a text field and a date field. Although the date field is formatted to display the date in MM/DD/YYYY format, the date that is displayed as a result of the concat function uses the XML format (e.g., ...
|
| ActiveX Control in InfoPath Form? | 25 Nov 2004 00:49 GMT | 1 |
Is there a way to place an ActiveX Conrol on an InfoPath form? Thanks, Keith
|
| What SQLServer data type binds to RTB? | 25 Nov 2004 00:48 GMT | 1 |
I am connecting to a SQL Server database using ADO.net. I want to bind some of the fields to a Rich Text Box in InfoPath. For these fields, I used a VarChar field type; however, InfoPath is not letting me use a Rich Text Box. What datatype do I need to use in the SQL Server Table, ...
|
| Can you Submit an Infopath Form via email in a read only mode | 24 Nov 2004 17:11 GMT | 1 |
Can you submit an infopath form via email in a read only mode without creating a new view and manually changing each field to read only? Effectively I have a request form that a manager would fill out and then submit to IS for fulfillment. However, if it includes a purchase it ...
|
| Element is unexpected according to content model of parent | 24 Nov 2004 16:17 GMT | 1 |
I'm out of ideas on this one.. Here's the situation. I have this infopath 2003 SP1 Form with C# Managed Code. It contains a repeating table inside a repeating section inside an optional section. Now, I need to duplicate the Repeating Section inside the Optional Section. I ...
|
| USer Name & Domain | 24 Nov 2004 16:03 GMT | 3 |
Is it possible to extract the UserName & Domain from within an InfoPath form, and if so how can I do it. If not, can I create an object from within InfoPath to reference my own dll? Thanks,
|
| Submit and Call Function | 24 Nov 2004 15:57 GMT | 3 |
I have placed a button on my form that sumits the data to the database can i also make it call a function. If anyone know the code to submit the data that would also help. Thank you so much
|
| Automatically create new record in a repeating table | 24 Nov 2004 00:58 GMT | 2 |
I've created a repeating table on my form with 4 fields to fill out. After filling out a field, a user will typically tab to the next field to fill in that value. When the user adds a value to the forth field, I would like the repeating table to automatically start a new record ...
|
| Linking a row in a repeating table to another view | 24 Nov 2004 00:35 GMT | 1 |
I'm new to Infopath and struggling. I have one form which has a repeating table. Each row of the repeating table has a button that says "View Details" that, when clicked, I would like to switch to a second "Detail" view that shows the details for the item picked. But I have no ...
|
| How do I port an InfoPath page to a webserver? | 24 Nov 2004 00:28 GMT | 1 |
Once I designed a InfoPath page, how can I use it as an HTML form using a web server? What I am trying to achieve is that once the user fills out this form, he clicks on a submit button; and this submit button post all information to the webserver and gets processed; after which ...
|