| Thread | Last Post | Replies |
|
| Run Query generates SQL without a JOIN | 07 Nov 2007 17:02 GMT | 2 |
I have a IP 2003 form that connects to an SQL 2005 database. The table contains a parent table and a 1 child table, related by a foreign key relationship. The primary key of the parent and child are generated numbers, using the SQL "Is Identity" with a seed of 1.
|
| send email out using GroupWise | 07 Nov 2007 13:30 GMT | 2 |
For those of you who have GroupWise and want to send email out from InfoPath, there is a solution here: http://www.novell.com/support/search.do?cmd=displayKC&docType=kc&externalId=1009 7323&sliceId=&dialogID=48668372&stateId=0%200%2048672098
|
| Line Breaks in Code Infopath code behind | 06 Nov 2007 18:12 GMT | 5 |
Is there any way I can introduce line breaks in a multi line text box in an Infopath 2007 form using C# code behind. For eg. I want text in this format: Hello
|
| Annoying ADO security warning pop up | 06 Nov 2007 15:13 GMT | 1 |
I am using Infopath to fill in data into an MS Access database on the internal network server. Everytime I submit a form it brings an annoying pop up with the message "This website uses a data provider that may be unsafe. If you trust the website click OK, otherwise click ...
|
| Web Service to InfoPath | 06 Nov 2007 08:27 GMT | 3 |
I have written a C# web service in Visual Studio 2005, to be used by InfoPath 2007 to retrieve and submit data. The web service works perfctly, but only after I have opened Visual Studio, opened the web service solution, selected the asmx file and viewed it in a browser.
|
| Gathering User-roles | 05 Nov 2007 22:32 GMT | 3 |
Hi All. I need to set logic on a form based on user roles. Basically different parts of a form will be locked based on different user roles. My problem however is this; I can not get Infopath to figure out who other people or myself are as
|
| Schedule daily delivery of emails | 05 Nov 2007 22:27 GMT | 9 |
I'm evaluating InfoPath for sending out daily emails. Is it possible to do this with InfoPath? If not, could a person write a custom application (C#, VB...) to integrate with InfoPath? Thanks,
|
| Underlying Hyperlinks in Excel Using VBA | 05 Nov 2007 21:43 GMT | 1 |
I want to get the hyperlink from an Excel Sheet. My Excel Sheet has 100 rows and the column N has the hyperlinks.. I am trying to extract all the hyperlink in a loop .. using the following method... RowCounter = 2
|
| Applying a custom transform (XSLT) | 05 Nov 2007 19:21 GMT | 2 |
I've created a button on my form with a VBscript to perform a custom transform from an XSLT 1.0 file. I'm able to create the DOM object for the transform and use XDocument.DOM.transformNode to create a string with the transformation result, but I can't figure out how to apply ...
|
| jarredondo | 05 Nov 2007 19:03 GMT | 3 |
Why i stay work in info path dont see the send of BD
|
| Data lookups | 05 Nov 2007 17:51 GMT | 1 |
I am Setting up Infopath with data connections to Access to collect data from a number of our Production related forms. I am having a problem setting up a field that will automatically assign a form number based on the last "form ID #" generated. THis is also my key &
|
| Count Characters | 05 Nov 2007 17:47 GMT | 2 |
I have a text field that is limited to 250 characters, is there a way to show the count of characters remaining when the individual enters text into the field to include spaces for example; See Spot run, 238 characters remaining
|
| Submit to database option is not available | 05 Nov 2007 17:46 GMT | 3 |
After creating an Infopath form thru' the method of File > Design a form, then selecting New from data connection, I still do not have the option of Submitting to database when I add a command button. Why is that so? The only options available are "Email, Web Service, ...
|
| Repeating section in new view | 05 Nov 2007 12:55 GMT | 1 |
Is it possible when u have a repeating section, to link this to a new view? So if you have made a section and you want to repeat it, it appears below the other section. But is it possible that it opens in a new view automaticly?
|
| Retrieve user name not working | 05 Nov 2007 11:23 GMT | 1 |
Hi, Guys old topic. I'm still truglling on how to retrieve the Computer user name and put it into a text box. This's what i did: firstly, creat a text box named "UserName" udner myfields group. then I put this code in onload event,
|