| Thread | Last Post | Replies |
|
| How to switch a form from script to VB.NET | 10 Dec 2004 15:13 GMT | 1 |
I have an existing working InfoPath form that uses VBScript. I want to convert it to VB.NET without starting over. The conversion of the code is not a problem. What I need to know is what to change in the form so that it uses the new VB.NET code instead of the script code. ...
|
| possible to view infopath form in sharepoint? | 10 Dec 2004 13:45 GMT | 2 |
im trying to get an form into a sharepoint library. what i mean is i want to display the form in sharepoint without opening the program infopath.... its a simple form with a SQL database (i select ID click on button run query
|
| WebServiceAdapter Timeout | 10 Dec 2004 11:05 GMT | 1 |
I have a problem setting or even reading ine of my WebServiceAdapter timeout property. I have several Secondary DataConnections some of them are queries and another one is for submit.
|
| no infopath in client system | 10 Dec 2004 06:59 GMT | 1 |
i am new to infopath i am working on a client in which infopath is not installed , but my server has infopath installed in it ,can i fill the form the client system (i.e through
|
| PLease advice this very easy topic | 10 Dec 2004 06:37 GMT | 1 |
How can I link a text box to a drop down data source? I have a data source linked to a drop dop box that lists the company name. Under the name area I need the address to show, I placed a text box underneath but I can't get the address to link to the company, my data
|
| Reading Header From Attachment Field | 10 Dec 2004 06:28 GMT | 1 |
I am trying to construct a class using C# that will allow my to read the properties of an info path attachment control. Specifically I need the name of the file. Could anyone provide some sample code or a link?
|
| problem with closing form with multiple views | 09 Dec 2004 17:37 GMT | 3 |
here is my problem, i have created a form with multiple views (employee, manager, print) it has 2 buttons. A submit button is on the employee view, when the user clicks on it, it will save all the data, go to print view, and automatically generate an email to notify the manager.
|
| reduce form size in print view and hard copy | 09 Dec 2004 16:46 GMT | 5 |
We have an infopath SP1 form that is based on a 2-sided 2-page source document. When the infopath version prints, the form looks the same, however since we cannot size the user controls or control the display fonts, the print out version is 8-12 pages long. The user finds this ...
|
| problems creating a sql data connection | 09 Dec 2004 02:03 GMT | 1 |
I'm using Infopath's Data Connection Wizard to try to connect directly to a SQL database on one of our servers. However, I keep getting the error "[DBNMPNTW] Specified SQL Server not found". facts:
|
| How to change the focus from a script | 09 Dec 2004 01:59 GMT | 2 |
Is the a way, in script to change the focus to the previous row in a repeating table? Thanks, Keith
|
| Real trouble with repeating tables | 09 Dec 2004 00:19 GMT | 1 |
Ok I hope someone can assist. I have a repeating table in which a drop down is tasked with auto populating a second field. using examples it works great if you only have one entry. as soon as you add an additional row it starts acting crazy. Sometimes it works
|
| Will InfoPath controls support a hierarchical list such as an outline? | 09 Dec 2004 00:16 GMT | 2 |
Will any of the standard InfoPath controls support a hierarchical list, such as an outline, where the end-user has a way to promote, demote, or move a list item and each list item is stored as a separate field in an underlying data store?
|
| Reach the button from C# code | 09 Dec 2004 00:13 GMT | 2 |
I have two questions: 1. How can I change the label for a button (located in a repeating table) from code? Is there any chance to reach the UI-objects? 2. I want a picture (icon) instead of a button that response on click-event
|
| help! textbox strips out trailing period problem | 08 Dec 2004 22:19 GMT | 3 |
I have a simple textbox on an infopath form to enter an invoice amount. The customer wants to have all sorts of custom logic appied to the text, for example typing in "555" results in $5.55, typing in "555." results in $555.00. Typing in "55555" results in $555.55". Saves ...
|
| register and unregister the infopath form | 08 Dec 2004 21:25 GMT | 1 |
hai, Can we register the infopath form(urn based) as fully trusted when the load event fires ?Similarly can we unregister the form in submit event? How can I retrieve the location of the current form to use in registration
|