| Thread | Last Post | Replies |
|
| Removing rules/calculated fields | 11 Oct 2007 07:34 GMT | 1 |
While designing a form I added rules and a calculated default value. Later I removed the rules and value calculation. However, they still appear in the Logic Inspecter and I receive and message that the query cannot return any values.
|
| How to obtain .XSL data? | 11 Oct 2007 07:16 GMT | 1 |
I would like to create a PDF file from a InfoPath 2007 form using vb.net code combined with a 3rd party PDF create .NET library. For this to work I need to provide a reference to the forms (.XSL) template. Would anyone know how to do this?
|
| Option Button | 11 Oct 2007 06:50 GMT | 1 |
Can any body tell me what is the purpose of Option Button Control in InfoPath. Is it like a Radio Button? But, I have observed that it is allowing not only TRUE/FALSE values but also other data types....(text,decimal,whole number) etc.
|
| populate form data from sharepoint list views | 11 Oct 2007 00:51 GMT | 3 |
Hallo I tried to follow team blog: http://blogs.msdn.com/infopath/archive/2007/01/15/populating-form-data-from-shar epoint-list-views.aspx this is the url I post to get the xml file
|
| drop-down list box validation fails after initial selection | 10 Oct 2007 23:47 GMT | 1 |
I've got a web enabled infopath 2007 form with MOSS. This form has a drop-down list box and a file attachment control (the file attachment is in a repeating table, but the drop-down is NOT in the repeating table).
|
| How Can I introduce auto number in a form field in InfoPath 2003 | 10 Oct 2007 19:41 GMT | 4 |
I just want My InfoPath to return a number Automatically when I open a Form. What I have to do? Thanks
|
| How do I connect to a SQL database using InfoPath | 10 Oct 2007 19:19 GMT | 2 |
I have created a form that runs a query to retrieve data from a SQL database. I am trying to figure out the best way to connect to a SQL database. I have used the Data Connection Wizard to connect via Microsoft SQL Server <servername> <SQLdatabasename> The problem using this ...
|
| Forms and Databases | 10 Oct 2007 19:16 GMT | 7 |
I am new to infopath and would like to use some existing forms with SQL server. Is it possible to use an existing infopath form and create a SQL database to attach to the form to collect data. Thanks
|
| howto dynamiclly upade a listbox with a secondary database | 10 Oct 2007 19:03 GMT | 1 |
I'have a list box populate with a secondary database sources. I update the database with a vbs script and i want to update the list box but the command XDocument.View.ForceUpdate don't work Howto ?
|
| XDocument.PrintOut on 2 printers at same time | 09 Oct 2007 19:44 GMT | 4 |
I inserted the following code for printing in InfoPath: function PRINT::OnClick(eventObj) { XDocument.PrintOut();// Write your code here
|
| Increment number by 1 | 09 Oct 2007 19:13 GMT | 1 |
Hi friends, I have a problem with getting this InfoPath form to work. Here is the story behind what I need. I have a project number and an issue number. A project number is
|
| Add Digital Signature without Wizard InfoPath 2007 | 09 Oct 2007 19:02 GMT | 1 |
I have been trying to develop an InfoPath solution where I retrieve a users certificate from Active Directory and manually sign the form after asking for username and password. I found a good article dealing with this in InfoPath 2003 using the old object model at
|
| InfoPath 2007 - Retrieve a value from a form in task pane | 09 Oct 2007 14:09 GMT | 4 |
I am using a standard HTML page and Javascript for my task pane. I am able to retrieve values from my forms through the task pane in InfoPath 2003. However, I am having difficulty getting it to work in 2007. I get the error "Reference to undeclared namespace prefix:
|
| Drop Down boxes if then auto to Text Boxes | 09 Oct 2007 08:00 GMT | 2 |
Is there a way to have a text box or another drop-down box auto select based on the selection of the previous drop-down box? Thank you steve
|
| Infopath sum function help | 08 Oct 2007 08:27 GMT | 1 |
In excel i used the SUMIF function but i cannot find that in infopath. What i have is a repeating table that has the a drop down box with options 1 through 4, and a credit and debit text box. What i need
|