| Thread | Last Post | Replies |
|
| installation on win2000 machine | 09 Feb 2005 15:53 GMT | 3 |
I am trying to install office 2000 on a win 2000 computer. I am logged on to the computer as a domain user. Quite early in the installation prosess I get this error message: Error 1913. Cannot update INI-file Win.ini, and I have to abort the installation prcess.
|
| Is Infopath right for this task? | 09 Feb 2005 15:14 GMT | 1 |
My hubby asked me to create a database that is simple for him to use. It is basic -- order tee shirts, hats, and sweatshirts--need to know order date, cost, profit, quantity ordered, and always current quantity on hand. He has to submit a monthly report on profit, etc.
|
| Write DATA in SQL and XML Files | 09 Feb 2005 02:11 GMT | 2 |
I am beginer in InfoPath. I would like to know when a submit an InfoPath Form can I write, both of 1 - Write data to SQL table 2 - Save InfoPath From and Data to file
|
| Print to specific printer | 09 Feb 2005 01:59 GMT | 4 |
I have created a form that is used in a network with several printers installed. All computers have access to the printers. What I am looking to do is create a button that will automatically print the form to a specific printer on the network without the user having to choose the ...
|
| How to add a control add runtime? | 08 Feb 2005 19:17 GMT | 1 |
I need to find out how to add a control at runtime. A scenario would be to add a data source with a single text field, add a button and link to a custom JavaScript function, and then write code to add a textbox bound to the text field at runtime by clicking the button.
|
| Menu bars in managed code | 08 Feb 2005 19:03 GMT | 2 |
Hi, Here is the C# code to disable menu bars can someone help me convert it to vb.net? Thanks. BindingFlags PropFlags = BindingFlags.GetProperty | BindingFlags.DeclaredOnly | BindingFlags.Public | BindingFlags.Instance;
|
| Add Button for specific printer | 08 Feb 2005 18:48 GMT | 2 |
Follow up to a post in November 2004. We would like to add a printer button on a toolbar that will allow printing to a specific printer. It is not the default printer, and currently our users have to change printer manually each time.
|
| UserGroup.asmx web service GetUsersFromGroupCellection | 08 Feb 2005 12:59 GMT | 4 |
I have a Site Group that i have named "Developers". The form I'm creating is to allow a project manager to assign resources. I need to have a drop down list be populated by a call to the UserGroup.asmx web service GetUsersFromGroupCollection web method. Is there any way to ...
|
| Set webservice parameters using script | 08 Feb 2005 12:28 GMT | 1 |
I've got a form with a dependent dropdown list. Because the dependent list can contain a lot of values I want to retrieve the values when the dropdown it is dependent on has it's value changed. The way I want to do this is to show the firstdropdown with a button
|
| How to invoke a Web Service from within InfoPath | 08 Feb 2005 08:10 GMT | 4 |
An InfoPath form contains Rich Text Fields that store a SOAP Request message and a SOAP Response message. The user of the form would like to be able to click a button which invokes a Web Service that he can use to send the SOAP Request and Receive the SOAP response. What is the ...
|
| Can't find xdXDocument:GetDOM when parsing view XSLT | 08 Feb 2005 05:19 GMT | 3 |
I have an applicaiton that renders forms into XHTML outside of Infopath e.g. the user fills out the forms in IP then they are saved and rendered for the web. Users have now started using some more advanced functionality including the conditional formatting. They check to see if a ...
|
| Errors due to "full trust" issues in development | 08 Feb 2005 02:35 GMT | 2 |
I've recently tried to move my development platform from one machine to another (using Visual Studio.NET/managed code). I've come across several errors (see below) that I've traced back to the fact that my form during development is not "full trust". The form works once I ...
|
| Viewing a Infopath on a Web Page with Images | 07 Feb 2005 23:57 GMT | 2 |
I want to render a HTML version of an infopath form. What I have tried is extracting the XSL file from the XSN. Then transform the xml using the XSL (that i have just extracted). This work fine, however if you have images that was uploaded into the form and base64 encoded, these ...
|
| AVERAGE | 07 Feb 2005 21:05 GMT | 1 |
How would I get the average of 5 fields (Field1 - Field 5)? And is it possible to leave specific fields out of the calculation if they are left blank) Thanks
|
| Displaying totals by grouping | 07 Feb 2005 18:49 GMT | 3 |
I have branch id, account id and amount fields in my schema. I want to show a summary of total amounts grouped by branch id field. Is it possible with InfoPath? Regards,
|