Use our Google Custom Search for best site search results.
Browse by Tags
-
I have a form, that has a view that I want to save to a new file, because this view information will be send to outside the company and the rest of the information in the form are confidential. This view has a lot of information and some repeating table, and would be a lot work to copy and paste the...
-
This question probably fits an existing forum more suited than this. I just don't know what it would be. I need to offload a bunch of SharePoint forms library records (InfoPath XML files) to a Windows file share. Our SharePoint administrators are severely limiting the maximum number of records for...
-
Hi Martin, Once your data is in a SharePoint list, there's an option called Export To Excel on the List ribbon at the top. If there are columns that you don't want to export, just create a custom list view that doesn't contain those columns and make sure that view is selected when you export...
-
Hi All, So I have this infopath form i created that pulls data from an access DB when you query a ZIP code. As of right now a query takes less than 5 sec to search over 40K records. I would like to have everything setup the same way but have the data source now be a SharePoint list. I have uploaded the...
-
Hi All, I apologize in advance if this is not the right place to ask this questions. I just recently discovered Infopath for the first time today and am finding it extremely useful and extremely frustrating at the same time. I created a form with search boxes. The user enters some search criteria, clicks...
-
I am designing my first InfoPath form and I am stuck on an issue. I would like to find out if there is a way to concat data from my multi-select listbox when I export the form to Excel so I dont get a bunch of repeating data for the rest of my fields. Currently, my Excel export looks like this with a...
-
I've had a quick search around the forums(read:spent 2 and a half hours trawling the internet for every mention of my key words) and have been unable to come up with anything comprehensible so I thought I'd throw it out to you knowledgable folks. I have a form set up that everybody fills in and...
-
I'm working on InfoPath 2007 template within InfoPath 2010. When I export the form to PDF and when I open the PDF the quality is very bad. Everything on the form is very choppy. Is there any way to force the template to export using "CutePDF writer"?
-
Hello all, I tried to modify Me .CurrentView.Export( "C:\MyView.pdf" , ExportFormat.Pdf) by replacing "C:\MyView.pdf" with a field value. My form's filename will change each time it's generated and I am trying to create a button that will switch the view, then export that...
-
I'm trying to export the content of a rich text box to a html file, but apparently the images are not recognized by IE 7 Anyone tried this or have a suggestion ? I need that information to be exported to any file type, i just thought HTML would be the easiest way Here is the code: it has 2 lines...