Group:  Other Microsoft Office Products ยป microsoft.public.infopath

Geek News

Threads Replies Last Post
201 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  >>  
compatibility?
Is Infopath compatible with Office 2007 Home and Student?...
3 12/16/2008 8:38:01 AM
Submitting InfoPath form to Web service sends no values.
Hello, I worked through the example at - http://blogs.msdn.com/philoj/archive/2005/11/08/490200.aspx - and all seemed well until I attempted to submit the InfoPath 2007 form to an Access database via a web service. That is 'newForm' (parameter in WebMethod) returns <namespace>.<class> as a string while - 'command.Parameters.AddWithValue("@SubmitterName", newForm.completer...
4 12/16/2008 8:29:02 AM
Broken Image with Copy and Paste
I have designed a form with a Rich Text Box so users can enter text and images. If a user uses Insert > Picture - the image appears correctly when the form is reopened. However, if a user copies and pastes and image from another program (like MS Word), the image appears broken when the form is opened again. Can anyone help? Thanks!...
2 12/16/2008 7:56:04 AM
Linking Forms
Is there any way to link to forms together by a hyperlink or some other method? Thanks, JJO...
3 12/16/2008 5:22:01 AM
Search Failed at Contact Selector Infopath2007
hi friends, i follow this artikel http://blogs.msdn.com/infopath/archive/2007/02/28/using-the-contact-selector-control.aspx for may project infopath, but i get some trouble , when i search person(choose button GO), i get this mesasge "Search Failed", i have try to find solution for this problem, but i can solve it until now.. Please Help me.. thx before......
3 12/16/2008 5:12:00 AM
Folders
How do you protect a folder that contain several files from opening it other than those who have permission?...
2 12/16/2008 5:11:01 AM
Clear all fields (except 3) when a different option button is sele
I have a form where there are 3 different option buttons at top (fieldname=Type with rent, own, sublet as choices). When Type is changed from one value to another (i.e. from rent to own), I'd like all fields in the form to be set back to default/null/blank/clear?? except three other fields named, (Name, ID, and Date). Is this possible? A rule, onclickevent? Can someone help me with ...
6 12/15/2008 5:55:02 PM
Issues submitting form to a folder in the SP library
I am working with IP 2003. I am having trouble getting the form to save in a folder in the document library. I have the form saved in the root folder of the library, but want the form saved in a folder called "Requests". Users have access to the root folder, but not the "Requests" folder which is where we want the form stored after it's submitted. Is there a way to do this?...
3 12/15/2008 3:29:01 PM
Spell check is ENABLED;works in PREVIEW but not when published???
InfoPath Form: I have enabled the spelling checker for all my text and rich text fields, and in the PREVIEW mode -- misspelled words are captured and underlined in read. However, when I publish the form and open in SHAREPOINT, the spell checker does not work. How do I fix?...
3 12/15/2008 5:40:00 AM
date picker validation
I have 2 date fields on my form (Request Date and Due Date). I'd like to add a validation to the Due Date field, so that people can not enter a date within 7 days of the Request Date. How can this be accomplished? For example, if someone enters a Request Date of 12/11/2008 I want them to be required to enter a date of 12/18/2008 or greater. ...
4 12/12/2008 5:16:00 PM
Is it possible to create a multi-page InfoPath form?
The only InfoPath forms I have ever created are just one long form with a scroll bar. Is there a way to create a form where, for example, the first page is contained to the screen real estate. Then, I could put a button at the bottom of that page to "continue to Page 2" .... etc, etc, etc. I am interested in creating a template for the Project Plan. The first form would be to create ...
3 12/12/2008 3:25:01 PM
Browser form errors after several weeks of functioning properly
hello, I hope someone can give me some light. having an issue with browser form, for a while the form was working great. no data connections have been changed, no server has been moved around or anything to my knowledge, how the form gives error (5337 - doesn't exactly tell you why it's giving me that error) once in a while, will not load properly, cascadings will quit working, AD some...
3 12/12/2008 6:45:21 AM
debugging
I'd really like to be able to use the debugger in Visual Studio 2003 with my InfoPath forms. it would be nice to be able to step thru the code. however, when i try to debug, i get this message "A project with an Output type of Class Library cannot be started directly" - follow by another paragraph that makes little sense to me. can anybody explain to me how to get the debugger to work...
3 12/12/2008 6:31:31 AM
Creating InfoPath forms programatically using VSTA ??
Hi.. I am new to InfoPath, my client has requirement as below. (1) There are so many employees' record in DB. (2) For each employee I have to generate their work details for whole month. (3) There is an Infopath xsn form in which I have to fill those work details. How can I generate several xsn form for all empl. using existing xsn form?? Please provide me any code sample... Thanks , ...
2 12/12/2008 5:06:00 AM
Data Validation Bug?
I have an InfoPath form that is published through forms Services in a SharePoint environment. The form is used by the accounting group for their monthly processes. Usually the form works really well, but I've had an issue that has cropped up a handful of times and I haven't found any information on it anywhere. The form consists of a main account GL balance table and a reconciling t...
3 12/12/2008 4:20:01 AM
Randomly getting System Out of Memory exception while trying to open InfoPath browser form
Randomly getting System Out of Memory exception while trying to open InfoPath browser based form. Sometimes the form gets opened properly, other times it gives Out of Memory exception while trying to open existing or even new form. I initially thought that it's because of too many IE windows(6-7) open. but that was not the case, the error came up even when only one window was open Rest of...
4 12/11/2008 9:18:03 AM
Programmatically remouving signatures
Has anyone be able to remove the signatures programmaticallly and not to have the need on pressing the menu button Remove Signatures for the controls signed to be editable again? I'm able to remove the signatures : ..... XPathNavigator sigNode = oSignature.SignatureBlockXmlNode; if (sigNode != null) sigNode.DeleteSelf(); but I need to close and re...
2 12/11/2008 4:35:01 AM
Accessing InfoPath 2007 attachments through an add-in
I am trying to programmatically access the attachments from an open InfoPath 2007 form. I need to save them to disk via a COM add-in. All of the code examples that I can find use the Microsoft.Office.InfoPath namespace, but because I am using VSTO 2005, I am in the Microsoft.Office.Interop.InfoPath namespace. Is there a way to access the actual files and save them to disk? I have worked ...
6 12/10/2008 6:47:00 PM
Is it possible to publish an Infopath form to a https: / ssl SharePoint WSS 3.0 Site?
We develop custom InfoPath forms using InfoPath 2003 and they contain C# code. We have successfully been using the same templates over and over again on our intranet. We now need to make the forms accessible to people outside our company and want to publish this form to a site using SSL. However, we are getting an 'Unauthorized' error when attempting to publish. We have tried publishing using...
3 12/10/2008 11:36:08 AM
Digital Signatures graphic is now showing up
Help! all of a sudden, the digital signatures graphic and also a logo graphic on my infopath form is no longer showing up. It just displays a white box with a red x in the middle of it. I know the signature is good, because I can click on the dreaded box and it displays my signatures just fine. I'm using Infopath 2007, creating a 2003 compatible form template. I've checked my Intern...
2 12/10/2008 4:36:09 AM
Infopath and Kerberos
We are trying to connect to a web service to download and upload data to a SQL database from our infopath form hosted on Sharepoint. We are using Kerberos for everything else but Infopath is not sending a Kerberos ticket. Is this a bug? Is there a hotfix? We do not want to use SSO, proxy, or hard code the user/pass in the connection string. Kerberos should work. Any ideas???? Setup Cli...
2 12/10/2008 4:31:01 AM
How to submit a infopath form as an email
Hi Experts, I'm new to infopath. I'm having outlook 2007 and infopath 2007 in my system. I need to design a simple customer form which will have text box to enter firstname and lastname. I've a sqlserver 2000 db where i have a table which has these two fields in it. My requirement is to design the form with first name and lastname with a submit button and this form should be sent to so...
6 12/9/2008 3:09:29 PM
Errors emailing forms with rich text boxes
Hello, I am a current user of MS InfoPath 2007 and MS Outlook 2007 on Windows Vista. I have created a form with a few rich text boxes for users to fill in appropriate data, however when emailing the form as a "Read-only snapshot", email recipients cannot see the entries in the rich text boxes. What am I doing wrong here? Someone please help. Thank you in advance for your response...
2 12/9/2008 3:01:42 PM
Info Path 2003 change programming language from VBS to JS?
I wish to change the default programming language of a template from VBS to JS script. Info Path 2007 allows you to remove any code attached to a template with a "Remove Code" button in 'Form Options'. This feature does not seem to exist in 2003 that will allow you to remove any associated code to allow the default programing language to change. Any workarounds?...
4 12/9/2008 2:58:23 PM
Infopath 2007 user cannot Open forms (with access db connection)
I have an Infopath form (2003) that connects to an Access DB (2003) that uses dataconnections to lookup data via rules. This works fine for everyone. Recently I was asked to setup 2 additional users. They have Infopath 2007 and Access 2007. I get a message Infopath Security Notice about indentity...I click OK to connect...then I receive an error message that the form requires connections ...
2 12/9/2008 2:42:26 PM
201 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