| Thread | Last Post | Replies |
|
| Size of Rich Text Field in bytes | 03 Feb 2005 14:17 GMT | 4 |
I have a form in which a user can add either Japanese or Engligh text into a rich text field. I need to be able to limit the size of the entry to 255 bytes of text. (The unformatted portion). I've successfully stripped all the tagging off of that node in the DOM, but I'm ...
|
| InfoPath - Scale a form to fit a single page | 03 Feb 2005 13:53 GMT | 3 |
We're new to InfoPath. I'm trying to convert some PDF and FormFlow forms to InfoPath. In order to squeeze all of the text boxes, I had to reduce the font sizes. Obviously this is not acceptable. Is there a way I can scale a large form to fit on a single page. Something
|
| Losing OnAfterChange and Conditional Formatting after initial edit | 02 Feb 2005 21:45 GMT | 2 |
I am using SP1 with VB.NET managed code behind an InfoPath form that is ultimately published to a Sharepoint Form Library. The initial opening of the form (by way of clicking on the 'Fill Out this Form' option in the Sharepoint form library) works as expected
|
| Handling NULL values | 02 Feb 2005 21:01 GMT | 8 |
I have Infopath connected to a webservice that returns a typed dataset tied to a SQL Server query. Many of the field values returned from the query are NULL, and I am finding that these node elements are being dropped in the XML returned from the webservice.
|
| Multiple forms.... | 02 Feb 2005 20:54 GMT | 2 |
Hello all, this is my first attempt at InfoPath, its for my Software Engineering class so bear with me. We are developing a product for a tablet and I want to be able to open a simple form with buttons. These buttons then open additional forms within the
|
| Schema Attribute(Type Integer) : How to make optional ? | 02 Feb 2005 18:11 GMT | 2 |
The following attribute declararion in schema is not being interpreted in infopath correctly. It is being treated as required attribute . How do I make an Integer attribute optional ? <xs:attribute name="width" type="xs:integer" use="optional"/>
|
| InfoPath : 'Moved' published location | 02 Feb 2005 11:48 GMT | 1 |
I don't know if this is a BizTalk or InfoPath problem, but hopefully it's at least one of them... -- InfoPath -- I have an XSN and I published it to a local path, like 'c:\po.xsn'. But
|
| Dynamic table | 02 Feb 2005 10:07 GMT | 2 |
Simple problem. I have table with four fields of price information. I create a checkbox button for each price and if button is "true" the price will disappear and displays empty cell in the table. However the final report is made for customer who shouldn't be able to see that ...
|
| Loading File from Infopath Resource | 01 Feb 2005 23:36 GMT | 3 |
How to access an infopath resource file in code ? I have an xml file in the resource list and I am trying to load it in an xmlDocument object. I tried following code assuming the xml file will be available in the solution. dim temp as New XmlDocument
|
| [HELP] Dependant DropDownList Arrrrrg!! | 01 Feb 2005 18:35 GMT | 2 |
Please be patient.. im new to Infopath. I am using the northwind database as a datasource. I created a form in infopath with just 2 dropdownlist bozes. I would like to set the 1st DropDown list to hold customer names from the customers table in northwind. (I got
|
| Lost and new help with select singlenode | 01 Feb 2005 16:51 GMT | 2 |
I am really struggling with this. While it seems trivial we can't seem to find our way. We are using vb.net and infopath. I can easily reference values from vb that are in my primary dayasource such
|
| Close the Form | 01 Feb 2005 14:07 GMT | 1 |
I have read all post about closing an infopath form but it doesn't work :-( i have tried : - thisApplication.ActiveWindow.Close(true); - thisApplication.Quit(true);
|
| xdExtension and xdXDocument with Managed code | 01 Feb 2005 05:37 GMT | 6 |
First, thanks for helping. 1. I would like to use xdExtension and xdXDocument from and xsl file like one of the viewXX.xsl files.
|
| Trying to use debug ??? Please help! | 01 Feb 2005 01:25 GMT | 1 |
So far I have figured out how to fix my Jscript code without using Debug.However, I need to use it now, and it doesn't seem to work "as advertised." I'm sure the problem is my lack of knowledge, since everything else in InfoPath works so well. So, how about some help?
|
| Unable to update a Node using OnAfterChange event | 01 Feb 2005 01:23 GMT | 1 |
I need to update the "dateModified" element in a Node when any one of many Node element values is changed. Rather than creating a rule for every field that possibly could change, I inserted the following code into the "onAfterChange" event for the Node. The problem is, that ...
|