| Thread | Last Post | Replies |
|
| Call exe file when save form | 22 Mar 2005 15:54 GMT | 2 |
I would like to call a .exe file when the user saves a form. How can I do that? thanks in advance, Alexander
|
| Infopath error messages | 22 Mar 2005 07:17 GMT | 2 |
Is there a way to eliminate all infoath messages? for instance, avoid getting on save the the "form is not valid" or on close "changes has been made are you sure.." Thanks,
|
| Task Pane | 22 Mar 2005 03:20 GMT | 3 |
I would like to hide a custom task pane that I have created, so i have added the following code to the onload event Dim oTaskPane As HTMLTaskPaneObject = thisXDocument.View.Window.TaskPanes(0) oTaskPane.Visible = False
|
| Retrieve a form through HTTP | 22 Mar 2005 02:46 GMT | 2 |
hi... ANy idea on how to retrieve a form through HTTP/web service? If im nt wrong i need a web service.. im doin a project for the school, the school haf firewalls therefore i cannot publish any web. Is there other
|
| Print view does not print data values | 21 Mar 2005 23:26 GMT | 6 |
Hi, Thanks for replying. I need to find out the reason why using a print view setup through the wizard.hta does not print any values.
|
| difficulty in designing infopath form from more than one xml schem | 21 Mar 2005 23:24 GMT | 1 |
We are designing infopath forms basing on xml schema provided with us. There is an option to generate infopath forms from more than one xml schema. but if we select the 2nd schema to be added to the infopath form, it is showing an
|
| remove binding | 21 Mar 2005 23:04 GMT | 4 |
I am creating a form that requires a comment section. I do not want the secton to be bound to a data source or any bindings. I just want a user to be able to type there comments. I an not figure out how to do this, could you guys help out.
|
| faulting module mscorwks.dll | 21 Mar 2005 22:10 GMT | 7 |
Event Log Message: ----------------------------------- Faulting application infopath.exe, version 11.0.6357.0, stamp 40b65d54, faulting module mscorwks.dll, version 1.1.4322.2032, stamp 40f6320e,
|
| from one long page to one-repeater-item-per-page? | 21 Mar 2005 21:08 GMT | 1 |
I've designed a form (in InfoPath 2003) that has a repeater section with my data. Right now as the user continues to 'insert item' it gets added to the bottom of the file (or wherever they choose to place it). I'd rather have a form which shows 1 item at a time, and has buttons to ...
|
| problem updating date field | 21 Mar 2005 21:01 GMT | 1 |
I have two datepickers in a form, and upon making a choice in one, I'd like to automatically update the other (for instance, user choses a start date, so the end date will automatically be set to start + 1 month). Here is my OnValidate method
|
| How to pass credentials to infopath form | 21 Mar 2005 20:57 GMT | 1 |
I am developing an application from which i am opening the infopath template (xsn) and filled form(.xml).But it is not taking the browser credentials.Every time it is asking for the credentials, when i am trying to open it.How to slove this problem?
|
| performing two SwitchViews | 21 Mar 2005 16:46 GMT | 2 |
i have an IP form containing several views. i also have a custom taskpane that provides the user navigation around all these views. upon completion, the user then submits the form to a web service for processing.
|
| .NET Usercontrols in Taskpane | 20 Mar 2005 13:37 GMT | 5 |
I've created a taskpane that can host .NET usercontrols dynamicly. These .NET usercontrols can interact with the InfoPath XDocument. I'm thinking of writing a HowTo article on that subject. Where is the best place to publish this article???
|
| programming point when new a form | 20 Mar 2005 10:43 GMT | 1 |
I am designing an InfoPath form template which will published on a Sharepoint server. And I need to add a process at the moment to create a new form with this template. Could anyone tell me where and how to insert some code? what events?
|
| Accessing controls through C# | 18 Mar 2005 20:48 GMT | 1 |
Does anyone know how to access the controls of a view when workin with code behind rather than scripting? Is this possible
|