Group:  Other Microsoft Office Products » microsoft.public.infopath

DotNetBag
.NET Development Newsgroups

HTVi
TV Discussion Newsgroups

Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
Rising Antivirus 2006

Threads Replies Last Post
126 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  >>  
On save event
SaHi All, I'm new to JS and i want to send a email on save event according to the behavior of controls in the form (checked or unchecked check-box etc) . I saw the Tools>Form Options>Open and Save Tab> Save behavior which send me to a JS editor. Does someone have any links to samples of JS in infopath environment? Thanks a lot in advance...
4 31.08.2006 07:56:01
Option button makes page jump
I have placed two option buttons ("yes" and "no") on my form. Once the form is published, when the user cliks on "yes" the page jumps so that the buttons are on the very bottom of the screen. Does anyone have any idea why that might be happening? Thanks for your help, D...
2 31.08.2006 01:37:02
How do I make a web submit form
I am trying to create a form for other to fill out and then save so it can then be displayed and viewed on the web. Thanks!...
2 31.08.2006 01:17:02
Microsoft.SharePoint.SoapServer.SoapServerException
I have tried to access the custom list in Sharepoint 2007 server from Infopath 2007 form. Following is my code. Dim ws As New my123server.Lists ws.Credentials = System.Net.CredentialCache.DefaultNetworkCredentials Dim anode As Xml.XmlNode = ws.GetList("Production Engineer Team") I have received the following SoapExcepion when executing the last statment. The detail error message...
1 31.08.2006 00:18:02
Downloading File Attachments in Web Enabled Form
Hi, I have a InfoPath 2007 web enabled form that accepts file attachment. It allows files to be uploaded and displays the file name as part of the form. When the 'Download' menu item is clicked, a new browser window opened but the file is not downloaded. When checked the IIS log, a HTTP - 400 Bad request error is logged for the download request. I confirmed that the uploaded files are ...
1 30.08.2006 23:31:02
Trouble Submiting InfoPath 2007 Form
Hi, I have a simple InfoPath form, which is web compatible. The form has a 'Submit' button which sets value for couple of fields and triggers the 'Submit' action using rules. I've published the form to the SharePoint 2007 and uploaded the form using Central Administration and Activated the form to a site collection. The uploaded form templated is associated to a form library in the si...
4 30.08.2006 23:16:02
InfoPath Security
I have a small network application that only uses an InfopPath form to gather and save data in a specific format. The Form is on a network server (WIN2003) in a shared folder, and short cuts to it on the user desktop. The form has been in use for about 8 months now, and worked fine, until the directory where the xsn was got moved to another directory. I've now moved it back, but forms...
1 30.08.2006 16:40:02
RegForm Error Creating MSI with Visual Studio 2005
Hello All, I am trying to create an MSI with the command below (modified for my application of course). I get an error back saying that it cannot work with my version of Visual Studio. I assume that means RegForm does not work with Visual Studio 2005? Is there any updated versions of RegForm I can download, or other instructions on how to do this same thing with Visual Studio 2005? R...
3 30.08.2006 12:41:02
Need help using certificate
Does anybody know how to get a Certificate issued by a Certificate authority to show up as a selectable certificate when you try to sign a form under Form Options, Security Tab, Sign this Form. If anybody knows how to make this work, please let me know....
1 30.08.2006 12:04:02
Bring fields values in a repeating context to another one
Hi! First of all I'm not a programmer, so if there will be a need of code writing, please explain it in details and step by step What I have here is two Repeating Tables; - the first one let it be "VoidTypes" and contains four fields: "Type", "Width", "Height" & "Depth" - the second one is "Zones" contains three fields: "ZoneID", "Voide", "TypeQty", "TotalWidth" & "TotalVoidArea" an...
1 30.08.2006 09:57:02
Checkbox fields automatically set as required fields. Cannot chang
Hi, Created a form with a connection to send results to a M.S. Access database we have on our network. After setting up the connection, noticed that all the fields in the Access database that were defined as Yes/No fields show up in the Infopath Datasource as require fields. If I go to properties of the these fields in the form, the required field check box is grayed out and I cannot u...
2 30.08.2006 08:39:02
How do I select text and copy from a drop down list in Infopath?
How do I right click to select text and copy from a drop down list in Infopath? The data in a drop down list does not appear to be selectable....
2 30.08.2006 08:21:02
Yet another infopath/access question
Hello, I have read some posts about this issue but it seems that everytime it doesn't fit my needs.... I have a simple form that uses a local access access (no SQL) db to gather an autonumber (no webservice). This, I have managed to do :). Now, when the user saves the form, I want to insert a row in the access DB so that when he opens the template again, it will have the next number. T...
4 30.08.2006 08:11:01
xDocument - using Set command in vbscript
I am trying to learn infopath. We are currently using another product for online forms, and are looking at moving to Infopath. My question is, when we perform any functions with our form, we do all our editing, and navagation using object (script) code. I noticed on Infopath, that you need to use the "set" command (i.e. Set txtAward_To = XDocument.DOM.selectSingleNode("//my:txtAward_T...
4 30.08.2006 07:47:01
cant re-open a form with the infopath form control in a windows ap
hi all, im hosting an infopath form in a .NET windows app. and im having trouble re-openning a form once i close it the code is pretty simple: formControl1.NewFromFormTemplate("C:\\MonitorDirectory\\MyTemplate.xsn"); formControl1.XmlForm.Close(); formControl1.NewFromFormTemplate("C:\\MonitorDirectory\\MyTemplate.xsn"); formControl1.XmlForm.Close(); the form open fine the first time...
1 30.08.2006 06:44:02
File attachment size problem
Hello everybody. My question is about attaching files into Infopath forms. My application uses Infopath to upload through a web service files for a web site. I have problems uploading more than 15 mb, but I think I can solve it with the Timeout param in the WebServiceAdapter. The real problem is that I can upload 12Mb and store the form in the web site, but when I try to reopen the ...
1 30.08.2006 06:33:01
Add items to combo box c# and infopath template
Hi: I´m trying to develop a form template on Infopath 2007, but i need to add several items to a combo box by custom code on visual studio 2005 with c#. I only can set one value with this code: string xpath = "/my:myFields/my:field2"; XPathNavigator field2 = MainDataSource.CreateNavigator().SelectSingleNode(xpath, NamespaceManager); field2.SetValue("HOLA"); Where field2 is a comb...
1 30.08.2006 00:15:02
Add items to combo box c# and infopath template
Hi: I´m trying to develop a form template on Infopath 2007, but i need to add several items to a combo box by custom code on visual studio 2005 with c#. I only can set one value with this code: string xpath = "/my:myFields/my:field2"; XPathNavigator field2 = MainDataSource.CreateNavigator().SelectSingleNode(xpath, NamespaceManager); field2.SetValue("HOLA"); Where field2 is a comb...
1 30.08.2006 00:15:01
wizard for infopath doesn't show alternate path option
I am trying to help someone publish a form to a Blackboard Org so that other clients can fill out the form. We don't use webdav, but the documentation says: "If you are publishing a form to a Web server that does not support WebDAV or has disabled WebDAV, choose the shared folder option in the Publishing Wizard, and then enter the Web server's address as an alternate access path later...
1 29.08.2006 23:06:02
Infopath 2007 SQL Connection
I am trying to do a simple connecion to SQL and retreive information from directory services or just from a SQL table and then populate some fields in Infopath. I am doing this in VB.net. I am having a problem with the new Objects. Can anyone help me with some generic code to do this....
1 29.08.2006 21:59:03
Creating section that is not bound to DB with controls
Hi I am creating an Infopath form that is connected to a database. I need to hide 3 sets of fields. I believe I should create a section and name it within the schema of the form only (it will not be connected to the database). THE PROBLEM: when I add teh section to the from and try to put controls in to it infopath creates a repeating section within the section and says that it will not ...
2 29.08.2006 20:15:02
Turn off text box border when printing
Does anybody know if the border around a text box can be suppressed when printing? If so, how? The border is handy for users filling forms but looks odd on a printed form. Thanks!...
2 29.08.2006 20:11:02
InfoPath Forms Services and User Roles
My client is considering using InfoPath Form Services. Since User Roles are not supported in Forms Services, this poses a problem since some form fields are only read-only to certain users. Any work-arounds on this limitation? Jon Cortez ...
1 29.08.2006 18:19:59
Reporting on InfoPath Documents
I'm inheriting a SharePoint-based system that has thousands of InfoPath documents scattered across hundreds of WSS sites. Business users are now starting to complain that they want to be able to do some ad-hoc reports on the data contained in all of these documents. SharePoint essentially stores these documents in a big blob of text, far from being an efficient structure to query. What a...
5 29.08.2006 16:54:44
Some controls not visible in InfoPath
While building a form in InfoPath I have been adding a large number of controls such as text boxes. After a certain point, any controls that I try to add to not visibly appear, but their data sources do. Is there any reason why the newly added controls are not visible?...
1 29.08.2006 15:21:02
126 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  >>  

Home | Search | Terms | Imprint | Contact
Newsgroups Reader - provided by WiredBox.Net