The platform that enables you to build rich, interactive communities
in
All Tags » InfoPath (RSS)

Browse by Tags

  • The Contact Selector Control

    Microsoft Office SharePoint Server 2007 includes the Contact Selector control , an ActiveX control that can be used on your Microsoft Office InfoPath 2007 workflow forms. The Contact Selector control enables users to specify contacts, either users or groups, and have that contact information validated...
    Posted to snowcounty (Weblog) by rliang on 03-11-2008
  • Form Services and Form Server

    How does Office Forms Server 2007 work with Windows SharePoint Services 3.0? Office Forms Server 2007 is built on and requires Windows SharePoint Services 3.0. You can publish form templates to Windows SharePoint Services for easy deployment across an organization. Users can submit forms to Windows SharePoint...
    Posted to snowcounty (Weblog) by rliang on 03-02-2008
  • InfoPath Development Environments

    There are at least two ways to work on InfoPath form using Visual Studio Development Environment: 1. Visual Studio Tools for Applications (VSTA) If your computer has Microsoft .NET Framework 2.0 and Microsoft Core XML Services (MSXML) 6.0 installed, the Microsoft Visual Studio Tools for Applications...
    Posted to snowcounty (Weblog) by rliang on 02-22-2008
  • Developing and Deploying Custom Workflows Document

    The first thing you need to get right is your development environment. I'm working on Virtual PC 2007 which has Windows 2003 server and MOSS installed on the image. This image is also my development environment so I've installed Office 2007 Pro Plus, and Visual Studio 2005 directly onto Windows...
    Posted to SharePoint 2007 (FileGallery) by rliang on 02-21-2008
  • How to Host Microsoft InfoPath Forms in SharePoint 2007 Web Part Pages

    By default, when a Microsoft InfoPath Form is displayed as a web page the form occupies the entire browser – the context of the SharePoint site that displayed the form is lost. A common problem is that once filling the form has been completed users close the browser rather than hitting the back button...
    Posted to SharePoint 2007 (FileGallery) by rliang on 02-10-2008
  • Could not load file or assembly …

    I got this error when clicking on “Site Actions”: Could not load file or assembly ‘Microsoft.SharePoint.ApplicationPages, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c’ or one of its dependencies. Access is denied. The cause of error is that by default, certain directories under...
    Posted to snowcounty (Weblog) by rliang on 12-10-2007
  • Read data from SharePoint list into InfoPath Taskform

    Some thoughts on how to get data from sharepoint listitem to the infopath task form. In the form_load event, read the particular document library that you want to associate with your infopath form. When you click on the task form link within the sharpoint task item, the task id will be identified. Inside...
    Posted to snowcounty (Weblog) by rliang on 12-05-2007
  • Design an InfoPath Form for a Workflow in Office SharePoint Server 2007

    There is an article about how to: Design an InfoPath Form for a Workflow in Office SharePoint Server 2007 from msdn: http://msdn2.microsoft.com/en-us/library/ms548723.aspx There is one more thing I’d like to mention about — the field promotion. From Tools–>Forms Options–>Field promotion, add the...
    Posted to snowcounty (Weblog) by rliang on 12-04-2007
  • Debug infopath project/form

    1) Open the InfoPath Form Template in Design View 2) Open the Code Editor 3) From the Project menu choose ” Properties” 4) Insure the Configuration option is set to Active (Debug) 5) Build and Save the project 6) Publish the form template to SharePoint Server. 1. Upload from through “Form Services” 2...
    Posted to snowcounty (Weblog) by rliang on 12-02-2007
  • InfoPath Form deployment

    There are two ways to deploy infopath forms, with GUI (From SharePoint Central Admin) without GUI (using command line tool) Here is a brief collection on deployment without GUI Verify: stsadm.exe -o VerifyFormTemplate -filename c:\MyFormFolder\MyForm.xsn Upload: stsadm.exe -o UploadFormTemplate -filename...
    Posted to snowcounty (Weblog) by rliang on 11-28-2007
Page 1 of 2 (12 items) 1 2 Next >