| Thread | Last Post | Replies |
|
| Two questions about InfoPath designing. | 06 Sep 2005 14:16 GMT | 3 |
1. I browsed through the sample forms that come with InfoPath and I saw something that I liked in the Invoice (Single Tax Rate) form; In the table where the user can insert multiple items and include the item’s name, price, quantity and to check the “taxable” box there is an ...
|
| Access Infopath UI control on the form in .NET | 06 Sep 2005 13:47 GMT | 2 |
I want to modify some property of the form when a event happen, for example, disable certain textbox when user click on a radio button. I went though a lot of document, but they only show how to access the data(via thisXDocument), but not hte UI object itself. Does anyone know ...
|
| How do I close the form by taskpane? | 06 Sep 2005 10:52 GMT | 1 |
I try to close the form by taskpane with the follow code: window.external.Window.Close(true); This code functions, but close the form and infopath. is there a method that close only the form??
|
| How do I make a button in InfoPath open any file or webpage? | 06 Sep 2005 10:47 GMT | 1 |
I wish to go beyond the actions a "button" in InfoPath can currently do, such as open a new form or close the current form. How can I make clicking on a button open up a word document for instance? Is there script i can write or a way?
|
| Infopath and Oracle 9i | 05 Sep 2005 20:08 GMT | 1 |
My organisation has just started to look at Infopath 2003; Visual Sudio Tools.Net etc Our Corporate database is Oracle 9i. Has anyone been able to Integrate Oracle with Infopath?
|
| Converting InfoPath Form to Web Form | 05 Sep 2005 14:59 GMT | 9 |
I want to create an InfoPath form, but not all our users have InfoPath. Without using InfoView, is there a way to convert an InfoPath form to an ASP.NET form? Thank you.
|
| How to produce a form | 05 Sep 2005 14:55 GMT | 2 |
I need to produce a number of forms for my division. Can I just produce an InfoPath form as a standalone that someone could fill out and e-mail to their supervisor? Or does it need to be the front end for a database or other application that stores the data?
|
| Infopath Sharepoint web part | 05 Sep 2005 14:51 GMT | 2 |
I would like to upload a Infopath form to a Sharepoint site. Is there a way where the form can be filled out by a user without having Infopath installed? Is there a Infopath webpart that can be used?
|
| Calling OnSaveRequest Event using a custom button (c#) | 05 Sep 2005 09:46 GMT | 5 |
I created a form with a button. In the buttons code I tried to save the current document using thisXDocument.Save(); This will trigger the OnSaveRequest event but when
|
| Drop down list question. | 05 Sep 2005 06:44 GMT | 5 |
This may be simple...but I'm new to this. I have an InfoPath template set up that is linked to an Access db. I have a drop down list that contains about 50 names, each assigned a decimal value (some have the same value). When I select a name at the top, the list will ...
|
| Detecting blank rich text field | 02 Sep 2005 23:38 GMT | 3 |
Is there a way to detect a "blank" rich text field in code? Since it's xhtml, it could be "blank" from the user's perspective, but the field itself will contain xhtml tags. You can test for "is blank" in conditional formatting; is there a way to
|
| Calculatiing date for Conditional Formatting | 02 Sep 2005 22:03 GMT | 9 |
I want to set a condition on a date field based on the difference between 2 date fields. I have 2 date fields date1 and date2: date1 is today's date date2 is a passed date (ie 6 months ago)
|
| Assigning a value to a field | 02 Sep 2005 19:46 GMT | 8 |
I am having a difficult time and I'm sure that it isn't too difficult! I am trying to assign a value to a field on an infopath form. I have no problem doing so when the form is created using xml as the data repository. My problem is when i create a form using a SQL database as the ...
|
| Different view when opening as an email attachment | 02 Sep 2005 16:31 GMT | 2 |
Is it possible to automatically open the form in a different view when a user is opening that form as an email attachment? In other words, User 1 fills out a form with the default view. The user clicks the Submit button which is configured to submit the form as an
|
| User Roles and 'View Menu' for 'Views' | 02 Sep 2005 16:03 GMT | 2 |
I am looking to have 2 of my four views available to everyone on the view menu, the next Role is to have access to the first two views on the form and one other and the the third role has access on the view menu to all four forms.
|