| Thread | Last Post | Replies |
|
| Determine required fields upon Radio-Buttons | 21 Jul 2005 13:52 GMT | 1 |
I am currently developing a little form which has 3 different radio buttons. Each Button requires another set of fields (I will have 3 different sections, one for each option). But I need some required fields for each section, which will be determined
|
| Newbee - Different Database | 21 Jul 2005 13:40 GMT | 3 |
Is there any way to connect to an interbase database using infopath? I have some experience in C++ with databases, if that helps Thanks in advance
|
| ActiveX communication | 21 Jul 2005 08:11 GMT | 2 |
I have developed an activex control (.net) and I putted it into Infopath. Through the "Value" property I want to give data to the activex when an Infopath button is pressed. The activex use the field1. I have a field2, and the button wants to assign the field2 text into the ...
|
| Fuzzy Logic Match function for Infopath? | 21 Jul 2005 07:16 GMT | 2 |
Hi you all I am wondering, if there is a fuzzy logic match function for infopat available. I hope, thats the right notion, because I don't know th exact word for it. I explain: You have a drop down list with man
|
| Depoly a fully trusted form to a WSS form library problems | 21 Jul 2005 02:25 GMT | 4 |
I am trying to deploy a fully trusted form to a form library and I am still having problems after following the instructions at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ipsdk/html/ipsd kDeployURNFormToSharePoint_HV01086376.asp I created an msi file and I ran ...
|
| Reading InfoPath XML from a SharePoint Forms Library | 21 Jul 2005 02:14 GMT | 7 |
DL, Does anybody have a better approach to reading InfoPath XML from a SharePoint Forms Library? Here is what I have:
|
| replace dom | 20 Jul 2005 21:46 GMT | 2 |
I would like to know how to replace the Dom xml of an InfoPath form in c#. I have a button in my form. When it is clicked, I deserialized xml to an object using XmlSerializer. Then I work my objects an I serialize it back to xml. Now I want to replace the current xml of the ...
|
| Question about sending emails | 20 Jul 2005 21:14 GMT | 3 |
I use the following code to send an email: var objEmailAdapter; objEmailAdapter = XDocument.DataAdapters("EmailSubmit"); objEmailAdapter.To = "list@example.com";
|
| Holidays Left Remaining using Submit. | 20 Jul 2005 19:32 GMT | 3 |
I am trying to achieve the following : Use an Infopath form to fill out a holiday request. When the user enters the amount of days they want to go away for, the Form will automatically show the user the amount of holiday remaining.
|
| Filter drop down that gets it's values from WSS List | 20 Jul 2005 18:38 GMT | 2 |
Is there any way to filter a drop down when it is using Look up values in a data connection to a sharepoint list? I am working on an equipment (laptop in particular) request form that will be based off a list in WSS. The list will contain more equipment than the laptops but
|
| What is the processing order for Roles determination? | 20 Jul 2005 17:37 GMT | 4 |
I have a form with 5 roles. I have associated a single AD group with each (1:1)...if I am a member of more than 1 of the AD groups, which role do I end up being assigned in the form?...Given AD Roles ADA, ADB, ADC, ADD, ADE...and form roles FA,FB,FC,FC,FE....I am a member of ADB ...
|
| InfoPath Performance Issue | 20 Jul 2005 16:44 GMT | 6 |
I am currently developing a largish(16 views ... 50-100 fields/view) InfoPath form using managed code and (like a lot of other people) I am experiencing some slow downs. On an older pc (but one that is the minium for my client) the initial load is taking 30 seconds and
|
| Repeating section within a table | 20 Jul 2005 14:10 GMT | 2 |
I have a "matching" test with questions on the left side, and answers on the right. I drew a table and inserted a repeating section with a text field on the left side (questions) and a text field on the right side (answers).
|
| Infopath + ActiveX + Flash | 20 Jul 2005 13:03 GMT | 2 |
I need to use a flash movie inside an Infopath form. To do this, I developed an ActiveX control that contains the Shockwave Flash ActiveX and exposes the Value and Enabled methods. The Flash movie has a text box and a button. When I press the button the text on the textbox is ...
|
| Switching Views and User Roles Problems | 20 Jul 2005 11:57 GMT | 2 |
I have 4 different views of my form relevant to Originator, Authorisor, Project Team and Query View. I have 3 user groups User for Originator form, Managers for Authorisor form and FinanceProjects for Project Team. Finance Projects is a Global Group;
|