| Thread | Last Post | Replies |
|
| Dynamic forms | 09 Jul 2004 16:49 GMT | 2 |
I would like to be launch InfoPath from an ASP.NET application and have it load a new form pre-populated with data from SQL. I'm having problems. I can easily open a blank form from a hyperlink. Or I can use the data capabilities of InfoPath to load data from SQL when a form opens, ...
|
| Auto Counter | 09 Jul 2004 09:46 GMT | 1 |
I am creating an invoice form and would like to have an invoice number increment each time a new form is created. We do not want the users creating their own numbers or trying to remember the last number used.
|
| Determine InfoPath Version | 09 Jul 2004 08:29 GMT | 5 |
I need to check the InfoPath version (Pre SP1 or SP1) from the xml. Will I be correct in saying one would check the processing instructions: Pre SP1 <?mso-infoPathSolution solutionVersion="1.0.0.1" productVersion="11.0.5531"
|
| Field and group naming | 09 Jul 2004 08:26 GMT | 2 |
I created an InfoPath form. For this I added a group named "function", but InfoPath added a group named "my:function". After that I created several fields, e.g. "name". When I fill out this form and save the resulting XML file all items are have a leading my: in their name: my ...
|
| Access is Denied - web service as a data source | 09 Jul 2004 06:11 GMT | 3 |
I have created a web service as a data source. I have tested it and it works fine (a fantastic feature!). I then create a new infopath form using "New from Data Connection" \ Web Service. I add the datafields from the data source onto the form. I preview the form and it works great. ...
|
| save forms to document library with unique file name | 09 Jul 2004 01:22 GMT | 1 |
here is my scenario: i have a form library with an InfoPath form. the user fills out the form and saves it to the form library. i don't want any of the forms to be overwritten in the form library. i want the file name to be unique.
|
| help with calculating Amount | 08 Jul 2004 20:06 GMT | 3 |
I have a Repeating Table with columns Quantity, Price and Amount. In the footer of the table is a Total Amount. All are have datatype of decimal(double) and everything totals correctly. This works great. But my user would like the ability to, at times, type text into the Price ...
|
| How do I access repeating table's current row | 08 Jul 2004 19:01 GMT | 2 |
I need to calculate a field on each row of a repeating table in the "OnChange" event but have been unable to figure out what property gives me the current row to use as the index. I have the code that loops through the
|
| How to display Multiple Fields in a Dropdown List Box | 08 Jul 2004 15:49 GMT | 1 |
How do I display more than one field in a dropdown listbox and then return on only one field. For example: Display Lastname,FirstName, ID and then return only the user id.
|
| Display Date in expression box time zone Error | 08 Jul 2004 07:37 GMT | 2 |
We try to display date in an expression box but the date that was display in not in the right time zone. If we use a date picker the date is ok, but not in the expression box. What can we to to avoidthis proble of
|
| Refresh web service data structure | 08 Jul 2004 00:44 GMT | 3 |
I have a web service that has an updated data class and I would like to refresh my InfoPath form to see the new addition to the class. How can I do this without having to build a new form just to have it load the data
|
| Microsoft Office InfoPath | 07 Jul 2004 22:08 GMT | 3 |
We have been using Microsoft Office InfoPath to design forms. We design a form and save it. But if we e-mail it to someone else for revisions, or if another person on our network tries to access it, they are unable to open it. A
|
| Global Change Event | 07 Jul 2004 21:32 GMT | 4 |
Does anyone know if there is a good way to tell if a field value on a form has changed, with out using onAfterChanged for every field? IsDirty isnt going to cut it, neither is onContextChange. I got it to work by using a XPath match="//*" to catch all of the
|
| InfoPath Text Box Number Rounding - Please Help | 07 Jul 2004 18:37 GMT | 2 |
I've created an invoicing based form template that connects to an Access 2003 database. In the database there is a Quantity Shipped Field that is of the "double" datatype and requires resolution to 1 decimal place (ie.
|
| DataSet and Relations? InfoPath gurus please help! | 07 Jul 2004 16:20 GMT | 2 |
I'm using web service to send DataSet to InfoPath. I filled data set with for example two tables, and I created relation between those two tables. When InfoPath receive DataSet, it don't have relation that I've created????!!
|