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: <<  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  36  37  38  >>  
How to validate if an element within a repeating table is unique
This should be straight forward but I am struggling. I have a simple one table data base connection to "shipments" When someone enters a new shipmentID I'd like to make sure that it is unique within the shipments displayed in a repeating table (not necesarily all shipments in the database) My XPATH expression to validate is: count(\\Shimpent\@ShipmentID[.]) >1 but it does not seem to...
3 01.08.2006 00:23:01
OnSaveRequest errors out on WYSE terminals???
I'm storing infopath forms in a sharepoint library and I've added code to change the filename to the contents of a text box when the user hits save. Everything works fine when using the form on my computer (a PC) but when I try to save the form through a WYSE terminal it give's an error. "The following error occurred: The specified location is either not valid or not available Check...
1 31.07.2006 22:34:42
Error "InfoPath cannot save the form."
Hello all: Had an issue that I've resolved and wanted to share with you. We rolled out an InfoPath form across the company and had a few users unable to save changes, with InfoPath reporting this error (including data from the "more details" button): InfoPath cannot save the form. The OnSaveRequest function returned a value indicating that the save failed. Details for the error are: ...
2 31.07.2006 21:24:37
Close Event in InfoPath
Hi, Can we get a close event from infopath? I think to insert some information to the document that currently close. Thank with regards, Goh ...
2 31.07.2006 21:22:04
Timer
Hi, Can we insert a timer in infoPath? With regards, Goh ...
2 31.07.2006 21:21:44
How do you create a page break in a repeating table?
How do you create a page break in an Infopath repeating table's print view? I would like each "row" to print on a separate page. Thanks!...
4 31.07.2006 21:19:53
Infopath form with signed certificate
I created an Infopath form and used a signed certificate because I needed the form to be fully trusted. I now have a new computer with Infopath installed, and when I go to edit the old form, it won't open it unless I remove the certificate, since the certificate is not available on my new machine. Question is how do I go about transferring the certificate from one computer to another....
2 31.07.2006 19:03:28
Not able to read Checkbox (Choice field) from a SharePoint List
I cannot bring in a Checkbox multiselect field from a SharePoint Custom List. The data wizard for some reason does not see this field. Can I connect to the list with a web service to bring in this value. My project uses C#. Thanks for any help...
1 31.07.2006 17:16:01
Save form and Attach to email
I am trying to write a code in JScript that will save a form in a location, then attach that form to an email. I have tested the email part, and it works, and I have tested the SaveAs part, and it works. The problem is combining them so that one button will do both functions. Below is the code I have so far: function CTRL4_5::OnClick(eventObj) { //Save Message first XDocument.SaveAs("C:\...
1 31.07.2006 15:59:52
infopath download a form from a wep page
I have the below four lines to the Page_Load event. Context.Response.ContentType = "application/ms-infopath.xml"; Context.Response.AddHeader("content-disposition", "attachment; give_your_infopath_document_a_cool_name_here.xml"); Context.Response.BinaryWrite( Encoding.UTF8.GetBytes (yourInfoPathDocumentAsXmlStringGoesHere)); Context.Response.End(); When I look at the IIS logs after Inf...
1 31.07.2006 15:29:02
Strange Behavior
I have an infopath form, that we fill out and then email off for approval. On a former version of this form, the data would show in the email previewe but when you opened the attached infopath form, the data would be missing from the repeating table. I re-created the whole form, and the problem went away. Now I have one person who is having this problem, and he is getting the lates...
1 31.07.2006 15:18:02
Help with SQL
Hi, I am trying to create a form that has a projekt number field on the main page. There is a button, that shows another view containing project data based on what project number the user has typed in the projekt number field. I have managed to create a condition with an SQL clause, but I need to add a "where-clause" besed on the project number field. How do I reference this form field ...
2 31.07.2006 11:59:01
disable remove and insert function in File Attachment Control
I'm using a File Attachment Control inside Repeating Table Now, when it meets some status, the File Attachment will still allow user to open, but need to disable the remove and insert function But, the rules cannot do that I want` any idea ? thanks`...
3 31.07.2006 08:40:02
Codition Page Break
Hi, How can we conditionly insert page break? With regards, Goh ...
3 31.07.2006 08:25:49
InfoPath missing empty fields
Hello, I'm generating InfoPath automatically and add it to SharePoint. During my InfoPath XML construction fields that didn't have data in where left out of the XML The problem is this: In the one server everything worked great and when I opened the InfoPath the program added the missing fields by her self. But Now when I'm in the Production and I open the InfoPath the missing field...
2 31.07.2006 08:12:01
Web Service AND Access Database
I'm new to Infopath 2003. I need to create a form that the user fills out, and one field gets submitted to a webservice for validation. The form should receive the validation response from the web service and store the response and the rest of the form's data to an Access database. It seems to be a pretty common pattern, but I can't see how to accomplish it. Can it be done without cod...
2 31.07.2006 08:09:02
form very slow in opening
Here is our scenario: We have a form that submits to a webservice. We published the form to a shared directory. If you are connected to the network directly the form opens very quickly. However, if you are outside of the network and use a VPN connection it takes a very long time for the form to open the form from the shared location. And the speed doesn't really change after opening...
2 31.07.2006 08:07:01
Host infopath form in ascx
I would like to host an infopath form in a custom control that is not running under the share point portal. I know you can do this with share point but my customer is not using and does not want to use share point. Is this possible? Thanks. ...
4 31.07.2006 08:03:01
Cascading list boxes
Hi, I am facing the following problem: I am designing an InfoPath 2007 form that needs to be web enabled. Within this form there are two list boxes, where the first one will limit the number of items in the second one. Both listboxes will get their data from webservices. Due to the fact that my form needs to be web enabled I cannot set a filter to my data source for the second list ...
2 31.07.2006 08:01:02
Created Custom ActiveX control, however values arent updated when they should be...
Ok, so in my control i have everything set up correctly as far as i can tell. However when it is being used in a infopath form, If i say set a textbox's default value to be the value passed from my user control, when the user control is updated, the value in the textbox is not updated imeaditely. Instead it appears that i must update the textbox's text befor infopath will fire and reconstruct...
2 31.07.2006 07:55:02
lengthy loading time
I am directed here by Eric Richards from the MS Infopath team. I am currently developing infopath via form server integrated with Sharepoint (WSS) v3. However, the form seems to take pretty long time to load on a browser (~20 seconds on a 2.8GHz 1GB RAM laptop / ~13 seconds in a 2.66GHz 1GB RAM desktop). After some detail investigation, it seems like loading the User Information List, a...
2 31.07.2006 07:53:01
Is there a way to add a custom command to some form's top menubar?
Hello, I was wondering if the following problem had a solution: Assume jscript function J implementing command C. Is there a way to add a custom option in the top menu bar (as a new menu or an existing menu, doesn't matter), as shortcut for triggering J/C. Note-1: This question is the context of a form in run-time mode, not to a template in design mode, of course. Note-2: I'm in...
2 31.07.2006 07:49:02
adding another calculation
I am customizing an invoice and would like to add a field called "less deposit" before the balance due line. I need to be able to enter the deposit amount and would like it to automatically sutract the deposit from the total due. Can I due this? Thanks, Tim...
2 31.07.2006 05:33:02
Infopath:set date field to display today minus 14 days
I want to set the value in one date field to automatically calculate 14 days before another date field. I thought fieldname - 14 would do it but the result comes up NaN....
2 31.07.2006 05:20:01
Count Paragraph breaks
Hi, Can we count how many paragraph breaks in a Text Box and Rick Text Box as well? Thanks in advance, With regard, Goh ...
1 30.07.2006 01:55:11
126 Pages: <<  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  36  37  38  >>  

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