태그>infopath(총 5개의 글)
'infopath' 관련 최근글
-
- InfoPath & SharePoint Designer를 이용한 W..

-
Leo's Blog by 레오|2011/05/12 16:58
이번엔, 제목그대로 InfoPath2010과 SharePoint Designer2010을 이용해서 SharePoint Workflow를 개발해 보도록 하겠습니다. 1. 먼저 [휴가신청서]라는 이름의 결재문서를 InfoPath를 이용해서 만듭니다..
- InfoPath & SharePoint Designer를 이용한 W..
-
- SharePoint2010에서의 InfoPath 게시관련 Tip

-
Leo's Blog by 레오|2011/05/10 00:44
로컬 어플리케이션(Office InfoPath2010)에서는 잘 구현되는 것을 확인하고. SharePoint Form Services를 통해 웹브라우저로 구현하려는 와중에 다음과 같은 에러가 발생하더군요.원인은 제 개발PC에 Sh..
- SharePoint2010에서의 InfoPath 게시관련 Tip
-
- Infopath를 Workflow태울 때, 불러들이기

-
Leo's Blog by 레오|2008/06/11 10:59
SPWeb currentWeb = new SPSite(workflowProperties.SiteId).OpenWeb(workflowProperties.WebId); SPListItem currnetItem = currentWeb.Lists[workflowProperties.ListId].GetItemById(workflowProperties.ItemId); currentItem.File..
- Infopath를 Workflow태울 때, 불러들이기
-
- Workflow InfoPath Forms Metadata

-
Leo's Blog by 레오|2008/04/25 16:14
This error is related to the structure of the workflow.xml file. Specifically, the section of the file should be laid out with no line breaks in the elements. These line breaks are what cause the problem. Here's a typical example of a WR..
- Workflow InfoPath Forms Metadata
-
- InfoPath attachment workflow activity

-
Leo's Blog by 레오|2008/04/23 10:17
A few posts ago I wrote about a console application which extracted attachments from a published infopath document. In that post I described that it was pretty cool that by using some fancy techniques you could access all of your ..
- InfoPath attachment workflow activity



