Use our Google Custom Search for best site search results.
Browse by Tags
-
Hi, i created a form in Infopath 2003 wich automaticly retrieves the data from a sharepointsite( name, phonenumber, locaton etc) when opening the form, i also added a read only view when the form is submitted so than no data can be changed. When the form is submitted and someone else opens the form than...
-
hi all m working on infopath form which connected to share point list. m trying to add information in repeating table using C# code. on button click all information is pass to repeating table & dynamically repeating table add new row & fill all information but at point of adding row in table...
-
Not sure how many Windows 7 users there are on these forums, but I would still like to be able to use InfoPath 2003 on Win7. We have lots of copies that will soon be worthless (and expensive to replace), unless we can get them to work on Win7. If anyone has gotten the two to coexist peacefully, while...
-
Hi, I'm new to the forums here. I have a workstation that is running windows 7 pro (not beta, not RC, not home. Windows 7 professional), and it is also running InfoPath 2003 and IE8 and connected to a windows domain. We are using qdabraDBXL connecting to a SQL source running on SQL 2005 under windows...
-
Why do my drop down menu choices show as being underlined when in print view and when printed? Is there anything I can do so they are not underlined when I print a form with items selected from a Drop down menu? I have tried checking Shading/Borders, but will not give me an option to undo the underline...
-
I apologize if I sound unfamiliar with Infopath. I have only been using it about a week. I have created several dropdown menus and forms. I would like to be able to have someone fill out a form and email it to a specific location, but at the same time have the completed form saved or send it to a database...
-
Hi, I have an InfoPath 2003 form published to a SharePoint 2007 form library. I have a workflow that creates entries in a SharePoint list for each submitted form. Users then process the entries in the corresponding list using a Custom List Form created in SharePoint Designer 2007. When a user updates...
-
Beginner, using IP 2003 Used method described at http://bladah.com/?p=51, to get ID value from SharePoint library and add 1. This number used for file naming structure to ensure files not overwritten. Problem: When existing form is opened for editing then re-submitted, max ID+1 applied and new file is...
-
Here's what I have so far: I have 1 view that I run a query with, the results appear in a repeating table below the query with only 4 fields showing and a button to swith to the full details for that record which is another view. I have a button that I want to use to open another view with all the...
-
Hello, I have a problem to export an InfoPath-form to pdf If the form is filled out, I want to make a pdf-file of it with an onclick-butten-event. here is the code that I use: Sub print_OnClick(eventObj) Me.CurrentView.Export("C:\MyView.pdf", ExportFormat.Pdf) //VB-Code 'XDocument.View...