| Thread | Last Post | Replies |
|
| xhtml in infopath | 30 Aug 2007 23:07 GMT | 2 |
I have to add rtf text data ( plain old rtf) into xhtml nodes in infopath. I have posted before but the issue is different now. I figure that it has to be xhtml. so what i did was converted the rtf to html and then used html2xhtml.dll from MS and converted the html to
|
| Send to mail recipient | 30 Aug 2007 19:56 GMT | 3 |
hey all, you know when you're filling out a form and you can go to File/Send to Mail Recipient? Is there anyway I can program that option to my submit button that is on the page?
|
| Transferring infopath forms to another computer | 30 Aug 2007 17:36 GMT | 7 |
I am using InfoPath 2003 with SQL Server 2000. I am trying to copy the form that I created over to another computer. The other user is unable to open the Form although he does have InfoPath. I, the designer, have tried opening the form with the different security settings. The ...
|
| closing InfoPath | 30 Aug 2007 16:48 GMT | 8 |
How can I close InfoPath form through code under submit_button click? I tried this.Application.Quit(true) and this.Application.Close(); but these are not working.
|
| Need to Count the Forms in a Form Library using VBscript | 30 Aug 2007 16:38 GMT | 2 |
I have a form that needs to be able to return the number of InfoPath forms contained within an InfoPath form library within SharePoint using vbscript. I have already set up the form library as a data source in my form. Assuming the data source is called "foobar", what would be ...
|
| Field size limit | 30 Aug 2007 16:23 GMT | 3 |
Infopath 2003 I am just learning this but I seem to be having a problem with memo fields. Is there a limitation on field size? Any help here will be appreciated.
|
| xsf error | 30 Aug 2007 16:22 GMT | 6 |
I spent much of yesterday creating my first real infopath form. Half way through the day, something happened and I started getting an error about my xsf file. So, I started from scratch and recreated the file. By the end of the day, I was finishing up with trying to figure out ...
|
| Export to PDF; footer doesn't appear | 30 Aug 2007 14:21 GMT | 2 |
I'm using InfoPath 2007 with the export to PDF add-in from Microsoft. When I export a form to PDF the footer does not appear. Is this by design? It only seems to appear when I print the form from InfoPath.
|
| showing or not showing sections | 30 Aug 2007 13:54 GMT | 3 |
hey all, is it possible to hide or unhide a section based on a checkbox? if so, how? thanks, rodchar
|
| Data Connections Email | 30 Aug 2007 13:46 GMT | 4 |
hey all, in the data connections email setup, is there a way to concatenate literal text with a field? "The new customer is : " + customerName
|
| Space character in text control.. | 30 Aug 2007 11:52 GMT | 1 |
I have a problem with space management in text control. When I enter text with space characters like this: " A B C D ", Infopath transform the text and supress some space and display text as "A B C D", but the spaces are kept in the XML...The problem is that the user ...
|
| Infopath and SQL stored procedures | 30 Aug 2007 11:06 GMT | 2 |
I'm working about having a form in Infopath that requests information stored in a database via some stored procedures in a MS SQL server. I use the information available on the Microsoft website (http://support.microsoft.com/default.aspx/kb/827007) explaining how to
|
| printing landscape and portrait from a single infopath document | 30 Aug 2007 08:04 GMT | 1 |
I need to print the first page of my infopath form landscape and the remaining pages of the form portrait. I have not found a way to do this without printing the document twice. Is there a way to do this or will Microsoft accept this an enhancement request.
|
| How not to attach a form in an email notification | 30 Aug 2007 07:56 GMT | 1 |
Is it possible to send an e-mail notification without sending the form? So far, I've tried the following commands and all of them give an error in jscript: XDocument.DataAdapters("submitEmail").AttachmentFileName = null; //This is a
|
| Link two fields (ie. product & price) using an XML file | 30 Aug 2007 07:50 GMT | 1 |
My InfoPath form references an XML file which contains product names (itemName) and prices (itemPrice). The aim is to have the fields linked in some way... when someone selects the itemName from a dropdown, the text-box to the right shows how much the item
|