New List Column Doesn't show up on New request
Tue, 2 Sep 2008 17:13:04 -0700
Hello all,
I added a new column to a list but whan I do a "New" request on the list,
the dialog presented doesn't show my new column. I've checked list properties
and all is in order. I found a link that said to add a newly added list
column to the "New" dialog, you have to edit Newform.aspx in SharePoint
...
|
How to pass parameters from SimpleFormWebPart to multiple webpart?
Mon, 1 Sep 2008 19:41:02 -0700
There is a page with one SimpleFormWebPart. This part contains only one text
field. It is possible to provide this field as parameter to webparts on other
pages. BUT if I try to provide the field value to multiple webparts on target
page, the value i being passed only to one webpart, the other one receives
d ...
|
Linking to database fails when connecting to table belonging to non-default schema
Sun, 31 Aug 2008 17:40:13 +0200
Hi!
I'm making a database connection in sharepoint designer 2007 and each time I
try to link to a table which belongs to any schema other than default, Show
Data would generate me the following error:
"The server returned a non-specific error when trying to get data from the
data source".
I've tried t ...
|
Backup and restore using stsadm
Tue, 26 Aug 2008 10:41:14 -0700
BACKGROUND:
I used stsadm to create a backup of my sharepoint site collection as:
stsadm -o backup -url http://mysp.company.com/projects -filename C:\spbackup
-overwrite
Then I created a new web application thru central admin site with the host
header
restoredsp.company.com.
Now, I restored usin ...
|
Reference Specific Version of Document
Mon, 25 Aug 2008 15:18:15 -0700
Hi,
I'm trying to figure out what the easiest way to reference a specific
version of a document would be. Presume, for example, that I had a document
library that supported version control (both major and minor versioning) and
I wanted to have a list that would store items that directly relate to a
versi ...
|
How to properly set up a WSS 3.0 development environment
Mon, 25 Aug 2008 23:20:37 +0200
Hi!
I need to build a development environment for WSS 3.0 with Visual Studio
2005.
What I did so far is this:
1) Installed SQL Server 2005
2) Installed WSS 3.0 on Windows 2003 Server and installed SP1 for WSS 3.0
3) Installed Visual Studio 2005 + SP1
4) Installed Visual Studio Extensions for WSS 3.0
I ...
|
Required Field Message - NewForm.aspx
Mon, 25 Aug 2008 08:41:55 -0700 (PDT)
Anyone know how to customize the message that is displayed for a
required field? By default, it shows:
"You must specify a value for this required field". I've found this
string in a couple of resource files, but changing it did not update
the message on screen.
Thanks! ...
|
|
|
How to search SQL Server database from WSS site
Mon, 25 Aug 2008 17:11:54 +0200
Hi!
I have a wss site that displays some data from a SQL Server database. This
database contains products, spare parts, descriptions, etc.
This databased is not indexed by the WSS search service. How do I set it up
so that a database on SQL Server is indexed by WSS Search Service?
Thank you!
--
Zaur ...
|
Spellcheck.asmx Web service
Sun, 24 Aug 2008 19:44:01 -0700
I am trying to use the Spellcheck.asmx Moss 2007 web service to give
suggestions to misspelt words. I am able to retrieve the list of misspelt
words but no suggestions are used. I have searched everywhere but am yet to
find a solution to this any help would be appreciated. ...
|
WSS 3.0 - Web Services - GetListTemplates does not return my lists
Sun, 24 Aug 2008 19:00:01 -0700
Hi,
I have created custom list templates on my site which I can use correctly
when creating new document libraries.
When I am trying to return any of these templates in Web Services they do
not appear. Therefore, I cannot get the id to use in AddList
programatically...
My code snippet is below:
Pr ...
|