Now you can find InfoPathDev on
YouTube and
Twitter!
Browse by Tags
-
I have two share point sites, one is a parent site the other a subsite, Each contains a list, I want the data from the parent site list to automaticly show up in the subsite's list when an item in the Parent site list is created, How do i achieve this?
-
Hi, I am desining a workflow using sharepoint designer,in which i use pause option.When a column in infopath form is changed,it will be updated to sharepoint.I am getting that column value in shrepoint workflow and triggering the workflow.The workflow will set the due date for that task,and pauses till...
-
We have a bunch of offline templates (XSN) that store SharePoint list data which is getting old. What's the easiest way to refresh this data? The only way I can see how to do it is: Open the template in Design mode Step through each SharePoint Data Connection wizard (thus updating the internal "X_offline...
-
This question was related to the Forms Services URL that SharePoint generates when you hit the "New" button in a Form Library. Every time a I publish a new version of the form this "New" URL changes thus requiring me to change any links to this form on other pages (otherwise users...
-
(I did post this question in the infopath/sharepoint forum, but now realised it's a general infopath newbie and not just sharepoint related, so here it is if someone can give directions for help, thanks.) I am having an issue with infoPath Forms and C#, I have a 1st form open to the user, and when...
-
Hi, I have this weird problem that I don't know how to tackle. I have a form library with dozens of promoted columns for hundreds of forms already submitted, and a form template that is used by that library. I updated the form template and added a few more columns in form option's promotion property...
-
I am having an issue with infoPath Forms and C#, I have a 1st form open to the user, and when he click a button it opens a 2nd form. Sounds pretty easy, but I have tried many ways and still error. (environment is InfoPath Forms 2007 in Sharepoint and code: C#) this is what I have: - form1 . a text field...
-
Hi, I am publishing a infopath form field say status into sharepoint document library.Also i am firing a workflow when a new file is created.The approver can change the status by editing that property.Now,my problem is,i have to update it in database.So that when user opens the infopath form,using form...
-
DBXL v2.3 allows you to create a SharePoint mapping to a form library. This form library will use the DocID as the link that users will click to open a document. If you wish to create a new, customized column that will serve as a link. You can then customize the view to display only the desired columns...
-
Hi, I am working on an infopath form,I had 2 buttons in that form. Button1: Submit -->Submits data to sharepoint and web service.I am using perform custom action using rules option in this button. Button2: Update -->Submits form data to update database,but nothing doing with sharepoint. This button...