Reading Time: 22minutes Features Collaboration Portal Search Content Management Business Process and Forms Business Intelligence Management Platform 1. Collaboration Real-Time Presence and Communication The enhanced real-time presence smart tag icon, displayed virtually everywhere a person’s name appears in the system, tells users whether a person is online and available for a telephone or audio …
Reading Time: < 1minute For Closing the InfoPathform we normally using Action : “Close this form: No Prompt” It will close the form and redirect to the same library default view. Our requirement is redirect into another page in the same site collection. Add the OnClose event like below code. protected void formname_OnClose(object sender, …
Reading Time: < 1minute I have the following control in my Application. <SharePoint:InputFormTextBox ID=”txtBxDetails” RichText=”true” RichTextMode=”FullHtml” runat=”server” TextMode=”MultiLine” Rows=”10″ Columns=”10″ > </SharePoint:InputFormTextBox> 1. The control gets rendered alright,Everything works except for the following: txtBxDetails.ReadOnly = true; txtBxDetails.Enabled = true; Interestingly,both these properties don’t work. 2. Also Width property doesn’t work when i add RichText=”true” …
Reading Time: < 1minute For Example: I have a Infopath form with 5 views. The user enter data in first view and Submit the data, it should Submit data and move to second view. Then enter data for Second view and Submit it. this time the user close the form. Next time they open the …
Reading Time: 4minutes [REF-MSDN] 1. Start InfoPath. Create a blank form. 2. In the Design Tasks task pane, click the Controls link. Click the Button control. A Button control appears on the blank form. 3. Right-click the Button on the form, and then click Button Properties. In the Button Properties dialog box, …
Reading Time: < 1minute When we create a list template or site template its size is larger than 10 MB(10485760 bytes) you will get the following error: The list is too large to save as a template. The size of a template cannot exceed 10485760 bytes. To increase the maximum size, Run the following stsadm …
Reading Time: 2minutes Save site as template” link is only available under the Look and Feel menu of Site Settings at the Top Level of the site collection in WSS v3/MOSS 2007. How to Create a Custom Feature Click here Here i am Creating a Feature for Save a Site as Site template. …
Reading Time: < 1minute Currently in MOSS 2007 having “Save site as template” only in Top Level of the site collection. Its not available for Sub sites. Two ways to Create save a Sub site as a Site template: Modify the Sub site URL Create a New custom feature. click here 1. Modify the …
Reading Time: 2minutes Activate the Form Upload the form in Central Administration Activate the form Add it in the Form Library in which site you want to use Upload the Form in Central Adminitration Go to the Central Administration. Click Application managerment Upload Form template under Infopath Form Services Browse and Select your …
Reading Time: < 1minute Enable the Infopath form services follow Solution:1 Create a Infopath Form using Microsoft Office Infopath 2007 Add your Controls and Save it Publish the Infopath : Click File menu –> Publish Its open a publishing wizard. Select Where you want to publish Ex: Select “To a Sharepoint server with or …