Search - InfoPath Dev

InfoPath Dev

Use our Google Custom Search for best site search results.

Search

Page 3 of 4 (32 items) < Previous 1 2 3 4 Next >
  • Re: How to get the attached file out from task form

    Because I don&#39;t know what exactly you need, I just provide you a possible solution based on my assumption. In a workflow, we create a task and link it to a task form consisting of an attachment type field. When the form being sent back, we have attached document as a string. In OnTaskChanged activity, we can get the document and put it ...
    Posted to Newbie Questions (Forum) by s42bm on 09-23-2008
  • Re: update list item through workflow

    Please check out the following web site: http://blogs.msdn.com/sharepointdesigner/archive/2007/07/06/porting-sharepoint-designer-workflows-to-visual-studio.aspx It talks about how to edit a SPD workflow within VS and then deploy it. Also in the reviews at the bottom of the page, people mentioned problems they had during the process and how to ...
    Posted to Workflow (Forum) by s42bm on 09-12-2008
  • Re: update list item through workflow

    &nbsp; currently, I&#39;m using the way suggested by ekzarov and it works fine. &nbsp;workflowProperties.Item[&quot;myProperty&quot;]&nbsp;= &quot;blablabla&quot;; workflowProperties.Item.Update();&nbsp;When you publish your form to a list, it asks you to choose the fields to be shown on that list. As you choose the item you want to update, ...
    Posted to Workflow (Forum) by s42bm on 09-12-2008
  • Re: update list item through workflow

    &nbsp;currently, I&#39;m using the way suggested by ekzarov and it works fine. &nbsp;workflowProperties.Item[&quot;myProperty&quot;]&nbsp;= &quot;blablabla&quot;; workflowProperties.Item.Update();&nbsp;When you publish your form to a list, it asks you to choose the fields to be shown on that list. As you choose the item you want to update, ...
    Posted to Workflow (Forum) by s42bm on 09-12-2008
  • Re: update list item through workflow

    Thanks for the reply. I found out that I had to allow the change to the properties when the forms have been published to their host environment. But I’ll try your suggestion, see what difference it’d make.
    Posted to Workflow (Forum) by s42bm on 09-03-2008
  • Re: How to get the attached file out from task form

    &nbsp;Hi Hilary, I read the sample code you showed me, it&#39;s very helpful. I have a workflow that has an InfoPath form as its task form. May I extract the attachment within this task form in the workflow instead of handling by the code on form submission and practically which approach is better? Thank you!
    Posted to Newbie Questions (Forum) by s42bm on 08-20-2008
  • Re: How to get the attached file out from task form

    &nbsp;Thank you, Clay. I&#39;ll try both ways you pointed out.
    Posted to Newbie Questions (Forum) by s42bm on 08-18-2008
  • How to get the attached file out from task form

    &nbsp;Hi everyone. I have an InfoPath task form with a file attachment control associated to a SharePoint workflow. The file was uploaded successfully and I got an encoded string for attached file. I wonder if the file was saved in somewhere on my SharePoint site automatically or I have to get it back by coding? If I need to write some code, ...
    Posted to Newbie Questions (Forum) by s42bm on 08-14-2008
  • update list item through workflow

    &nbsp;Hi, I want to update some list items in a form library through workflowproperties. The list items are integrated from an InfoPath form. The code used in the workflow is as follows: SPWeb thisWeb = new SPSite(workflowProperties.SiteId).OpenWeb(workflowProperties.WebId); SPListItem thisItem = ...
    Posted to Workflow (Forum) by s42bm on 08-10-2008
  • Type: InfoPathLocalizedException, Exception Message: The specified form cannot be found

    &nbsp;Hi Everyone, I have created two InfoPath forms. The first one was published to a form library on the server, and the second one was published to the host application, which was a simple state machine workflow built in VS 2008, as the task form. When I tried to open the task form from the task list, I got the error like &quot;Type: ...
    Posted to Newbie Questions (Forum) by s42bm on 07-30-2008
Page 3 of 4 (32 items) < Previous 1 2 3 4 Next >
Copyright © 2003-2019 Qdabra Software. All rights reserved.
View our Terms of Use.