Archive for the 'MOSS 2007' Category

03 Dec

InputFormTextBox width, Enabled, ReadOnly Properties not working properly

InputFormTextBox’s width, Enabled, ReadOnly Properties doesn’t work properly whenever you enable RichTextMode. Unfortunately you cannot adjust the width of this control properly. Sometimes the toolbar get streatched but the inside frame doesn’t. I have tried various approach. Also tried to correct the width using JavaScript. But it doesn’t work People have tried many things link [...]

03 Dec

using RichTextBox control in Sharepoint MOSS 2007

Like me you too came searching for the RichTextField control for SharePoint. But you will be surprised that this is not the one you are looking for. You must be looking for a control which will allow you to create formatted text as shown in below given image. InputFormTextBox is the correct control you will [...]

23 Oct

stsadm installfeature causes "The farm is unavailable" error

This October I was trying to install some features manually and while installing them using a batch file (as they were too many) it caused an error. My command line was like below: STSADM -o InstallFeature -filename FeatureName\feature.xml -force Before doing this I had already copied necessary feature files to “Features” directory. Solution: 1.This happens [...]