| Thread | Last Post | Replies |
|
| insert data into form field using jscript | 16 Nov 2005 02:44 GMT | 6 |
Anyone know how to insert values into form fields using jscript? I've tried the following: var formField = XDocument.DOM.selectSingleNode("fieldname"); formField.text = "123";
|
| Infopath published with HTTPS access not working | 16 Nov 2005 02:23 GMT | 2 |
I have an infopath form published to launch from https://myserver.com/forms/... When I launch the form by pushing the XML using response.write I get the following dialog box (Choose a digital certificate). If I publish to HTTP this does not occur.
|
| Infopath book | 16 Nov 2005 01:16 GMT | 1 |
I am looking for a book that will explain Infopath with examples, etc. I want something that is easy to understand. Thanks in advance.
|
| How to make custom color scheme | 16 Nov 2005 01:13 GMT | 5 |
I would like to make a custom color scheme? Is that any how possible? Thanks Laura
|
| Template Location Info | 16 Nov 2005 00:10 GMT | 1 |
Is it possible to hide the Form Template location that shows up on the bottom of the forms? Thanks
|
| Keeps returning to Default view after query. Why? | 15 Nov 2005 23:21 GMT | 1 |
After connecting to an Access, data base through 'New form Data Connection...' I created another view to query the data, InfoPath keeps returning to the Default View after the Run Query button is clicked. How can I keep this from happening?
|
| Error on Send | 15 Nov 2005 23:17 GMT | 1 |
A number of my application's users are getting an error when they try and submit an InfoPath form. This error is intermitent and not always on the same InfoPath form. The error is: Could not send the document: 12029 . Any ideas what may be causing this?
|
| New to infopath & several questions... | 15 Nov 2005 22:40 GMT | 1 |
I am trying to create a very simple form which will have one text box and one button. I have an XML file that I'm tying to the form. The user will type a city name into the text box, then hit a button called Query. If the city name is found in the XML, they will see a box that ...
|
| Help UI design with 100+ checkboxes | 15 Nov 2005 22:04 GMT | 1 |
I need to design a somewhat better user interface for a form I use. At the bottom of the form is 100 check boxes that you have to sift through and figure out which to click. It's something like: Group A
|
| Creating JScript in a published form. | 15 Nov 2005 19:25 GMT | 2 |
I need to add print button to a form someone else created. When I try to edit the code it says to open the Visual Studio project for it. Is there an easier way since that is beyond my abilitiy.
|
| Insert Picture Problems | 15 Nov 2005 19:12 GMT | 5 |
I am wanting to place the company logo onto the Form without anyone being able to change it, delete it, or move it. Everytime I attempt to place our logo on the form (either in jpeg or bitmap) the picture box comes up with a little red X in it. I have tried it several different ...
|
| Printing from a button | 15 Nov 2005 17:55 GMT | 6 |
I need a row of buttons that print various views. Each button will have a view to print then return to the main form. I just get this working. Anybody willing to help?
|
| Linking forms | 15 Nov 2005 17:47 GMT | 3 |
Help. I need to link data fields in a number of related forms that are not created from a database. I want users to launch the new forms from a summary form and have some (not all) of the fields in the summary form duplicated in the new forms. This was originally one very large ...
|
| Main data source conversion for web service | 15 Nov 2005 17:35 GMT | 2 |
I have designed a form linked to a web service but the service has evolved. When I click on Tools/Convert Main Data Source I get a dialog asking for the location of an XML document or schema. Why don't I get the opportunity to enter a web service location as the documentation ...
|
| How to generate GUID for new rows | 15 Nov 2005 17:28 GMT | 1 |
I'm relatively new to Infopath development, so maybe this is a simple question, but I haven't been able to find a clear answer anywhere. We have a SQL Server database where the keys are uniqueidentifier (GUID's). A simple webservice layer which returns Datasets for
|