| Thread | Last Post | Replies |
|
| standard math function | 30 Apr 2005 08:48 GMT | 3 |
Probably a dumb question, but I am new in Infopath, I'm trying to anyway develop a report for my company. In a field, I am computing the Net Loss after insurance value. The insurance value is , let's say 100 USD, so, if the Loss is above this value, the
|
| 6 Questions on SPS2003 | 29 Apr 2005 20:24 GMT | 1 |
we are on windows server 2003. we are on trial version of sps2003. we are using SQL database. we are using Outlook express.
|
| Updating Secondary Data Source | 29 Apr 2005 19:48 GMT | 2 |
I have 2 data sources, one holding patient account numbers which correspond to a patient ID number. The second contains the patient ID number that corresponds to the patient demographics, the patient ID # being the link between databases. Basically the path is as follows:
|
| I dont have the option to add a Sharepoint Library | 29 Apr 2005 19:12 GMT | 1 |
as a data connection. I want to submit my form to a Sharepoint Library but I don't have the option (Tools menu, click Data Connections, and then click Add to create a data connection.
|
| Help....I have really strange problem | 29 Apr 2005 17:43 GMT | 3 |
When designing a form, after I drag a layout table from the layout pane, I can not edit the table borders, insert cells or merge cells, those options are grayed out on the layout pane. On another machine, when I edit the form everything is fine, I can add cells change the ...
|
| performance problems with drop down list and repeating table | 29 Apr 2005 17:12 GMT | 2 |
I've a repeating table that use some drop down list with lookup value for populate some fields, but when i've more than 20 rows in my table, infopath improve about 20 seconds to load the interface. Is this normal ?
|
| CheckBox Borders | 29 Apr 2005 16:35 GMT | 4 |
Is there a way to make InfoPath 2003 checkbox borders flat as in not raised? Thanks, Marc
|
| Varying display times for a screentip | 29 Apr 2005 16:18 GMT | 1 |
Our users have noticed that the screentips for various fields on an Infopath form stay visible longer on our laptops than they do on our desktops. After many hours researching on google and usenet I can't find any clue as to what difference between our laptop and desktop
|
| Creating a trigger | 29 Apr 2005 16:08 GMT | 1 |
I was wondering on how to create a trigger so that my primary key updates the relative table or the foreign table. Here is what I have in my tables. I have set the primary to YES for Identity Seed.
|
| Programatically add row to a repeating table | 29 Apr 2005 13:20 GMT | 1 |
I want to add a new row programatically to a repeating table. I'm working with FormCode.cs class of .net framework to programming. I've created IXMLElement to add to IXMLNode object that represents the repeating table.
|
| why this code isn't work ?? | 29 Apr 2005 09:15 GMT | 3 |
var oNetwork = new ActiveXObject("WScript.Network"); var strUserName = oNetwork.UserName; XDocument.DOM.selectsingleNode("/my:myFields/my:Username").text = strUsername; always get message : "Object doen't support this property or method"
|
| Validation InfoPath Form in the task pane | 28 Apr 2005 21:11 GMT | 1 |
How can i validate an InfoPath form from the Task Pane (in JScript) ? I have to control the requiered field and the format field before submitting the form. Thanks for your response
|
| Horizontal layout of information | 28 Apr 2005 16:06 GMT | 3 |
I ,have a need to present repeating data in a horizontal format kind of like what you would get in Excel. Without having to write a supercomplex xslt, I would like to know how this can be accomplished and when greater functionality will be available within InfoPath. An example of ...
|
| dropdown options and importDOM questions | 28 Apr 2005 15:34 GMT | 1 |
I've been struggling to find solution for my problems: 1. I use importDOM() method to load an XML file during loading the infopath for debuggin purpose, but I encountered errors in the code because some of the fields are locked (their value cannot be edited from the code). But ...
|
| Edit infopath XML without opening Infopath | 28 Apr 2005 14:00 GMT | 3 |
I'm using the following code: Dim myApp As Application = _ New Microsoft.Office.Interop.InfoPath.Application Dim myXDoc As XDocument = myApp.XDocuments.New( _
|