| Thread | Last Post | Replies |
|
| compatability | 30 Nov 2004 22:37 GMT | 2 |
i working on client system without infopath and my server has infopath installed in it , can i use the templates created in infopath. thanks in advance regards
|
| New to Infopath/development: How to get started | 30 Nov 2004 18:19 GMT | 1 |
I am new to development and to Infopath. To teach myself some of these skills, I would like to develope a financial/stock market database application. Version 1.0 will basically do a few of the following things: 1. Allow me to enter daily stock quotes (open & closing prices).
|
| How to Auto-number or auto-generate | 30 Nov 2004 18:13 GMT | 1 |
How is one able to setup an auto-numbering scheme in an InfoPath form connected to MS Sharepoint server. I am attempting to either have a random six digit number generated, or one sequentially generated when a user chooses 'Fill Out Form' from the sharepoint intranet page.
|
| Vlookup function | 30 Nov 2004 17:49 GMT | 1 |
Am using the below to do a vlookup Sub fact() Range("b50").Select Range("b50").Value = WorksheetFunction.VLookup("a50", "c39:d40", 2, [false])
|
| Retrieve SEcondary Data into Main Database | 30 Nov 2004 17:43 GMT | 2 |
Is there anyway to populate the main database of the form which is in a repeating table with repeating data from a secondary source. I have successfully done this with drop down boxes to return only one field. I now need to be able to return multiple records and put them into ...
|
| Removing an item from a listbox | 30 Nov 2004 17:43 GMT | 1 |
I have a list box that uses a value for display with an underlying id number. I can remove an item in the list using code by editing the data object that acts as the source for that list box. (using parentNode.removeChild(listItemNode); ). When I do this, the entry for that
|
| SQL Datasource read/write | 30 Nov 2004 13:54 GMT | 2 |
HELP PELASE! Is it possible to read and write from/to the SQL database data source that a form is based on? The issue is if I have information in a database that I wish to display
|
| Close event in infopath | 30 Nov 2004 01:31 GMT | 1 |
1) Is there a way to disable the close (X) icon in the top right side of the form. 2) Is there a way to "listen" and override the close event (similarly to overriding
|
| rules and code | 30 Nov 2004 01:28 GMT | 1 |
Is there anyway that you can make it run the code before the rules?
|
| CAB/DE-CAB in Managed Code? | 29 Nov 2004 23:13 GMT | 1 |
I need to De-Cab the XSN file edit the contents externally and then re-Cab the file, all in managed code. Does anyone have sample code to CAB and De-Cab a file? It seems that CreateCab was left out of the RTM ( Release to Manufacturing) of the .Net
|
| Saving Forms by Default Name | 29 Nov 2004 21:19 GMT | 1 |
Hi Pals, I have come across this question by my PM. I have form when open it for filling out and after fill the forms, when saving; by default form name will be "Form1" or continuation of the series.
|
| The selected data does not match the current form template.. | 29 Nov 2004 17:07 GMT | 3 |
Hey guys I am pretty new to InfoPath 2003 and I have this error that keeps coming up everytime I go to preview the form.. It says "The selected data does not match the current form template..You can select a different data file or you can preview a blank form".. I am not sure ...
|
| HOWTO install Infopath 2003 Toolkit for Visual Studio.Net | 29 Nov 2004 14:11 GMT | 3 |
I have problems to install Infopath 2003 Toolkit for Visual Studio.Net. When I try to install it, I get the next message: "The .Net Programmabilty Support is not installed on your computer. Run the Microsoft InfoPath SP1 setup program to install the
|
| multiple values columns in a text box | 29 Nov 2004 13:50 GMT | 9 |
Is it possible to have a form with a text box that lists 2 sql database columns? I have a form that is used to add departments to the department list. Departments are identified by mane and dept num. I want to show the existing departments and their numbers and then allow
|
| how can I say in xpath, get me all the nodes in list 2 that are not in list 1 using k as key ? | 29 Nov 2004 13:27 GMT | 1 |
I am modifying an xslt manually (for InfoPath), and I am trying to figure out how to do the following: I have a document with 2 lists of nodes, List A and List B, both have the same structure, and both have a node that is used as a key List1 k = 1
|