| Thread | Last Post | Replies |
|
| Updating External Secondary Data Source | 09 May 2005 14:44 GMT | 4 |
To support Offline users, I have included a secondary data source as an XML resource. I have also added script to detect if the User is online/offline and if the user can reach our webserver. My question is, can I refresh the included xml resource with data returned from a ...
|
| Editing xml file using Infopath | 09 May 2005 07:28 GMT | 1 |
I want to update an xml file present on a remote server. Since I cannot update the xml file present on a remote server using C#.net web service I planned to update it using Infopath. It is a standard xml file which does not include any PI tags.The file is present at the following ...
|
| Checkboxes from a database? | 06 May 2005 18:19 GMT | 3 |
I am fairly new to InfoPath and was given the task of designing a form. In creating this form, I have come to a point where I want to be able to change a user's access to certain areas, but I have to read in the values from the database. I set up the text fields to query the ...
|
| Insufficient Security Privilege | 06 May 2005 12:57 GMT | 1 |
Environment: I have an InfoPath SP1 Form published to a SharePoint Portal Server 2003 Document Library. The users can open the form via a web browser, complete relevant fields and submit back to the SPS Doc Library.
|
| Close Form | 06 May 2005 08:13 GMT | 1 |
I'm looking for help for Close InfoPath Form through Code. I searched in newsgroups and I found nothing. I tried XDocument.View.Window.Close(true); and didn' work. Other ways like Application....doesn't work because need permission for
|
| Formulae that uses optional field values | 06 May 2005 04:24 GMT | 2 |
I have a formulae for a numeric field that totals up a lot of various fields from the InfoPath document. Some of the values come from optional fields. If I don't include any optional fields in the values, the calculations are OK.
|
| Is there any way around infopaths dislike for long datatypes? | 06 May 2005 02:28 GMT | 1 |
I need to store more than 255 characters from a textbox control into a datasource. However, InfoPath will not let me connect to a datasource with long datatypes. Is there a work around? Thanks
|
| How to compare strings? | 06 May 2005 02:18 GMT | 2 |
I have 2 strings that I want to compare. The typical JScript string compare doesn't work? What I want var a = "RB";
|
| Relational Data | 05 May 2005 20:48 GMT | 6 |
Anyone out there managed to make relational data appear correctly in an infopath form? What I mean is proper master/detail items such as invoices and invoice lines? Be really interested if anyone can point me in the general direction of
|
| Editing the XSF file | 05 May 2005 19:01 GMT | 1 |
Just want someone to confirm that my way of doing this is the right way. Unpacking the form template files is no problem using the menu command on the File menu, but I *never* saw anything written about how to mend them together into a form template again! My way is to open the ...
|
| Help for required fields | 05 May 2005 12:36 GMT | 1 |
I'm a newbie in Infopath. I've created a small webservice with Visual Basic.Net for comunicate with an Access DB. In the VB Code there is a Type called "Census" like this:
|
| please, help me to create investment template | 05 May 2005 05:23 GMT | 1 |
i need a template about investment projects oontaining: project name, parteners name, capital, rate of participations, locations.
|
| calculation in access | 05 May 2005 05:17 GMT | 1 |
i have designed a database for neighbiourhood watch members. they will also be owrking on oue extended public works program. problem they work a certain number of days per week. there rate of pay is 50.00 per
|
| A button to perform a XSL-transformation form within a form? | 05 May 2005 04:42 GMT | 1 |
I'm thinking of including a button into my form template that does automatically a XSL transformation of the form. A script that saves the form to a file and calls a xslt (e.g. msxsl) should do it.
|
| InfoPath Toolkit for VS and Master/Detail view with SQL | 05 May 2005 04:28 GMT | 1 |
I'm trying to create a form called triplog. I have a SQL db that has 3 tables. Trips, Fuel, Mileage. Trips has a primary Key Trip ID that is linked to all the other fields. My main view I have a secondary list datasource that populates a table with
|