| Thread | Last Post | Replies |
|
| Reload the complete form from a lookup | 27 Oct 2005 18:02 GMT | 3 |
I think I read somewhere before that it's possible to reload the whole primary DOM from an existing form (with a 1 liner). We are expecting to lookup form contents from the database, transform it into the form schema using BTS and then reload it from the XML document lookup result.
|
| Display N/A or Other in Drop-Down from XML file | 27 Oct 2005 18:00 GMT | 1 |
I am using an XML file as a data source from my cascading drop-down and would like to include a N/A and other in the list of available selections. I used http://www.infopathdev.com/howto/tutorials/default.aspx?i=a37cdc1933854c01b708dc 4e99e84f8b
|
| Cascading Lists | 27 Oct 2005 17:56 GMT | 1 |
I've read most of the material on Cascading Lists from this website, but I still can't figure this out. I have a form based on an Access Database. The first cascading list I am trying to accomplish involves a Year field and Date field, residing in the same table.
|
| Populating Field On Load with current username & other tricks requ | 27 Oct 2005 15:36 GMT | 3 |
I have read loads of other posts about this subject but as i am new to programming i can't quite understand HOW it relates to my problem. I am not running .NET, IIS, or any other helpful stuff as I am not working in the IT Department.
|
| XDocument.Errors ordering | 27 Oct 2005 14:33 GMT | 1 |
I would like to know if there's anyway to control the order in which Infopath puts items into the XDocument.Errors collection. The reason I'm asking is because I want to iterate through the collection according to the order in which the fields appear on the form.
|
| Default blank row on insert of now main repeating table | 27 Oct 2005 12:20 GMT | 1 |
I am trying to prevent a default blank row being inserted into a different repeating table when I insert into another repeating table. I am able to prevent this from happening on the "main repeating table" under "Form Options" -> "Default Values" I can "Select the fields and
|
| Custom Task Pane VB.Net | 27 Oct 2005 10:50 GMT | 3 |
>From a VB/sql server backgound I am struggling to find a toehold in the IP managed code (Visual Studio) environment. I really like the Lookup sample in the SDK kit but its all javascript, have tried to adapt to VB.net but with my lack of knowledge of JS and
|
| datatype and definition properties of DOM nodes | 27 Oct 2005 09:57 GMT | 2 |
I would like to find out something about the type of a contextnode. But when I read the dataType and definition properties of the DOM node by objNode = XDocument.View.GetContextNodes().item(0); if (objNode.definition == null)
|
| Can't connect SQLServer using "INTEGRATED SECURITY=SSPI" | 27 Oct 2005 07:55 GMT | 2 |
I want connect SQLServer in InfoPath, but prompt connecting is timeout, "Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding" The same code can work in a WinForm application.
|
| ex.description? | 27 Oct 2005 07:42 GMT | 1 |
In the Java script... function....() { try { throw "Test";
|
| No one will answer my question!!! | 27 Oct 2005 06:37 GMT | 3 |
I can't seem to get anyone to answer my previous question about InfoPath: I have installed the InfoPath 2003 Toolkit for Visual Studio .NET and applied Microsoft Office 2003 SP2. When I open a blank form in the InfoPath designer and go to Tools -> Programming on the menu bar, the ...
|
| Why are my radio buttons printing black when not printing in color | 27 Oct 2005 00:55 GMT | 3 |
Is there any way for users without color printers to print option buttons on InfoPath forms? They are all showing up black and you can't see which one was selected.
|
| Outlook Address book | 27 Oct 2005 00:45 GMT | 1 |
Without using C# or anyother hardcore languages, is it possible to code a button which pressed will open a dialog box allowing the user to select a person from their outlook address book. This person's name and email will then be automatically populated into textboxes on the ...
|
| InfoPath template.xml schema from template.xsn file | 26 Oct 2005 22:46 GMT | 2 |
Is there a way to obtain the XML template (template.xml) from the template.xsn file from a vb.net program (not using InfoPath)? I am assuming I would need to reference Microsoft.Office.Interop.InfoPath.SemiTrust?
|
| Infopath Errror Accessing Data Source.. | 26 Oct 2005 22:29 GMT | 5 |
Published InfoPath form throws this error when other try to view it... These users are in a different state, but the report is on a common network drive... ....
|