| Thread | Last Post | Replies |
|
| Indexing form controls? | 26 Apr 2005 17:04 GMT | 1 |
I'm trying to allow the content of one field to change the value of other fields. For example, if someone put in a certain name in the CustomerName field, a certain company would then appear in the CompanyName1 field. I've got this code:
|
| How do I define InfoPath controls as variables or objects? | 26 Apr 2005 17:04 GMT | 2 |
What I want to do is make it possible for the entry in one control to determine the content of the next ten or so controls...is that possible?
|
| InfoPath dropdown selections | 26 Apr 2005 14:13 GMT | 2 |
After creating selection boxes (dropdown,check,etc) and then run form, the selection returns to last item listed in the selection box regardless of the selection made
|
| infopath db schema and IBF | 26 Apr 2005 13:06 GMT | 1 |
All, I have an existing InfoPath form I'm enabling with IBF. The forms' XML schema is generated from connecting a SQL DB datasource, which contains the table name as the top level element, and each of the columns as attributes. The InfoPath/IBF sample contains an InfoPath form ...
|
| Invoking InfoPath from a C# winform application | 26 Apr 2005 11:23 GMT | 4 |
I'm new to the InfoPath development arena and I'm trying to programmatically invoke the InfoPath project I've created from a separate winform application when the user clicks a menu item. I'm able to run the InfoPath project on it's own but I haven't been able to find a way to ...
|
| how to set the textbox to split into two lines when meet right mar | 26 Apr 2005 08:14 GMT | 2 |
I have the problem on making the a textbox to split into two lines when it meet right margin. For example, I have the following design His name is ___<textbox>____. And, if I enter "Alan Chow" in textbox, the following result will be output.
|
| Infopath forms | 25 Apr 2005 15:58 GMT | 1 |
How do I stop the ADO Security Message from appearing when I submit data using an infopath form? The form is linked to an Access database which is located on a shared drive on a network.
|
| How to set xhtml in InfoPath | 25 Apr 2005 14:54 GMT | 3 |
I use rich text control, and I want to set data in the control by code, sore line breaks <div></div> strValue = "<div xmlns=""http://www.w3.org/1999/xhtml"">" + Value + "</div>" Node xml is readonly, How can I set?
|
| Basic Text Formatting | 25 Apr 2005 14:30 GMT | 2 |
I need to be able to dynamically write some text to the form in a textbox (or some kind of control, preferably one which can be unbounded, but I don't think that's going to be possible) based on some of the fields edited by the form's user. This text needs to be selectable as ...
|
| Infopath in Team environment with VS.NET 2003 - how to ? | 25 Apr 2005 12:17 GMT | 1 |
has anybody experienced team development of Infopath application with VS.NET 2003 ? My coleague made new solution, with three infopath projects. He added this solution to Source Safe - all files appeared there. Then I wanted to get solution and its files from Source Safe through ...
|
| .NET code | 25 Apr 2005 10:36 GMT | 4 |
I just started playing around with Infopath so I'm not sure this can be done, but here goes... I'm using the InfoPath Toolkit for .NET(VB). On my Infopath form, I have a drop-down list box. I'd like to populate this listbox with names from a
|
| Good beginners book? | 24 Apr 2005 22:13 GMT | 3 |
Can anyone recommend a decent beginners book? I am good with office applications (MOS Master/Instructor) but not very good with the technical stuff. I just need to design the forms and specify all the fields for a SQL programmer to do the hard stuff...
|
| What's happened to Infoview? | 23 Apr 2005 08:45 GMT | 3 |
Does anyone know what has happened to UniqueWorld software and their Infoview product? www.infoview.net and www.uniqueworldsoftware.com seem to have disappeared. (Infoview is the product that takes Infopath forms and creates an
|
| Acrobat forms | 23 Apr 2005 07:23 GMT | 2 |
Is it possible to use acrobat forms instead of infopath? Anybody know how to do it? Thanks, Mario
|
| Determining Read Only Lock | 23 Apr 2005 00:03 GMT | 2 |
I have an InfoPath form in a SharePoint form library. When more than one user opens the same form, the last user to open the form gets the form set to read-only as per the short term lock that is issued on the file. This is great because we want to prevent the multiple user edit.
|