Host InfoPath 表單在 ASP.NET 架構下.
最近深入了解 InfoPath 的架構... 到現在,我深深感到, InfoPath 2007 已經不愧是稱做 "電子表單" 的王道.
整理了 幾篇很正點的文章
- Hosting the InfoPath 2007 Form Editing Environment in a Custom Web Form
- Rendering an InfoPath 2007 form in a web part
- Hosting InfoPath 2007 forms in WSS v3 / MOSS 2007 pages.
12 月的產品發表會上,我應該會有很多好東西和大家分享了..
Comments
- Anonymous
November 19, 2006
呀!真是太好了! 上星期才為了InfoPath即使在2007還是需要每個Client端都裝InfoPath才能進行Edit而停工! 如果根據第一篇文章的描述(快速看過摘要和結論),這樣說來,未來InfoPath表單:
- 不需要在每個Client端都安裝InfoPath
- 可以在MOSS或WSS上直接Edit表單
- 透過 XmlFormView control + InfoPath Forms Services 即可達到! 真是這樣就令人興奮了!
- Anonymous
November 20, 2006
You are right, 更重要的是, InfoPath 搭配了 VSTA (Visual Studio Tools for Application), 你的 電子表單 就變成好像是寫個 Windows Form 一般. 直接 就有 button event handler 的 .NET 專案銜接. 純 .NET code 的解決方案. 很高興你也和我一樣興奮 :)