Microsoft Office Online
Sign in to My Office Online (What's this?) | Sign in

 
 
Help and How-to
Search
Search
 
Check for updates: (c) Microsoft
Microsoft Update
 
 
 
Warning: You are viewing this page with an unsupported Web browser. This Web site works best with Microsoft Internet Explorer 6.0 or later, Firefox 1.5, or Netscape Navigator 8.0 or later. Learn more about supported browsers.

Email this linkEmail this link Printer-Friendly VersionPrinter-Friendly Version Bookmark and ShareShare
Changing SharePoint lists in FrontPage 2003
 
Applies to
Microsoft Office FrontPage® 2003

You can create and change lists and document libraries in your Web browser by using Microsoft Windows SharePoint Services. You can also use the extended set of features in Microsoft Office FrontPage 2003 for changing your SharePoint lists. FrontPage provides more options to control how your list looks and behaves.

About list views

Many of the features described in this article work in list views. A list view is a Web Part that displays the contents of a list and contains commands with which users can change list data or change the appearance of the list. The following pages in your SharePoint site typically contain list views:

  • The Home page of your site, Default.aspx
  • Custom Web Part Pages stored in document libraries
  • Pages in a list’s folder or in a document library's Forms folder, such as AllItems.aspx

Changing lists in FrontPage

Open a SharePoint site in FrontPage

Before you can change a SharePoint list in FrontPage, you must open the SharePoint site it belongs to.

  1. In FrontPage, on the File menu, click Open Site.
  2. In the Site Name box, enter the URL of the Windows SharePoint Services site that contains the list that you want to change, and then click Open.

ShowChange the columns displayed in a list view

In a list or library, each column displays different information about items in that list or library. You change a view of a list to change what appears; for example, which columns appear in what order.

  1. In FrontPage, open the page that contains the list view.
  2. In Page view, click Design at the bottom of the page.
  3. Right-click inside the list view, and then click List View Properties.
  4. In the Data View Details task pane, click Fields.

    Note  "Fields" in FrontPage are the equivalent of "columns" in Windows SharePoint Services views.

  5. Do one or more of the following:
    • To add a column to the view, click the column in the Available fields list, and then click Add.
    • To remove a column from the view, click the column in the Displayed fields list, and then click Remove.

      Note  Columns marked with an asterisk (*) cannot be removed from a view.

    • To change the order of displayed columns, select a column in the Displayed fields list, and click Move Up or Move Down.
  6. When you have finished adding and removing columns from the view, click OK.
  7. On the File menu, click Save.

ShowChange the view style

A view style controls the layout of the items in a list view. The default style displays all items in separate rows, but you can choose from other styles. For example, the Boxed, no labels style displays each item in a separate box.

  1. In FrontPage, open the page that contains the list view.
  2. In Page view, click Design at the bottom of the page.
  3. Right-click inside the list view that contains the list, and then click List View Properties.
  4. In the Data View Details task pane, click Style.
  5. In the View Styles dialog box , click the General tab, and in the HTML view styles list click the style you want and click OK.
  6. On the File menu, click Save.

ShowHide the title bar

You can hide the title bar — the name of the list that appears before the view — for a view.

Note  You can hide the title bar in list views only on your site's Home page or on custom Web Part Pages.

  1. In FrontPage, open the page that contains the list view.
  2. In Page view, click Design at the bottom of the page.
  3. Right-click inside the box that contains the list, and then click List View Properties.
  4. In the Web Part Properties dialog box, in the Frame Style section, click None, and click OK.

    Note  The title of the Web Part Properties dialog box is the same as the title of the list.

  5. On the File menu, click Save.

ShowChange the availability of toolbar buttons

You can choose whether or not to show the buttons on the list toolbar. These buttons appear before the list items, and include the New Item, Filter, and Change Order buttons. You might want to hide the Change Order button, for example, to prevent list users from using the toolbar to change the display order of list items in a view.

  1. In FrontPage, open the page that contains the list view.
  2. In Page view, click Design at the bottom of the page.
  3. Right-click inside the list view, and then click List View Properties.
  4. In the Data View Details task pane, click Style.
  5. In the View Styles dialog box click the Options tab.
  6. Do one of the following:
    • To allow list users to add items from the toolbar and use all buttons on the toolbar, make sure that the Show toolbar with options for check box is selected, and in the Show toolbar with options for list, click Full Toolbar.
    • To allow list users to only add items from the toolbar, make sure that the Show toolbar with options for check box is selected, and in the Show toolbar with options for list, click Summary Toolbar.
    • To remove all buttons from the toolbar for the view, clear the Show toolbar with options for check box.
  7. Click OK.
  8. On the File menu, click Save.

ShowFilter a list

You can display a subset of the data in a list or document library by filtering the view of the list based on the value of specified columns in the list. For example, you can filter your team's Tasks list to show only those tasks whose status is Not Completed.

  1. In FrontPage, open the page that contains the list view.
  2. In Page view, click Design at the bottom of the page.
  3. Right-click inside the list view, and then click List View Properties.
  4. In the Data View Details task pane, click Filter.

    Use the Filter Criteria dialog box to add and edit clauses that define which list items to display based on column values.

  5. Click Click here to add a new clause.
  6. In the Field Name list, click a column you want to use to filter the list.
  7. In the Comparison list, click the comparison to apply to the column's data, such as Equals.

    Note  The comparisons available to filter the list will vary depending on the type of data in the column.

  8. In the Value box, enter the value to compare to the column's data. Depending on the type of the column, you might be presented with a set of values to select from, or you might be required to type a value into the box.
  9. If the clause is preceded by another clause, in the preceding clause, under And/Or, click And if the preceding clause and the new clause must both be true to display a list item, or click Or if either clause can be true to display a list item.

    Note  When multiple clauses are evaluated, clauses separated by And are evaluated first, and then clauses separated by Or are evaluated.

  10. Click OK.
  11. On the File menu, click Save.

ShowChange the default sort order

You can change the default order in which the items in a list or document library appear. For example, when you create a document library, the items appear in alphabetical order by document file name. You can change the sort order so that items appear in alphabetical order by author name.

  1. In FrontPage, open the page that contains the list view.
  2. In Page view, click Design at the bottom of the page.
  3. Right-click inside the list view, and then click List View Properties.
  4. In the Data View Details task pane, click Sort & group.
  5. To sort by a column, select it in the Available fields list and click Add.
  6. To change the sort order, move columns up and down in the Sort order list by using the Move Up and Move Down buttons.
  7. To sort the list in ascending order, in the Sort Properties section, click Ascending. To sort the list in descending order, click Descending.
  8. Click OK.
  9. On the File menu, click Save

ShowGroup list content to make collapsible views

You can group content based on one or more of the columns in the list or document library. You can expand and collapse groups to make long lists easier to view and navigate.

  1. In FrontPage, open the page that contains the list view.
  2. In Page view, click Design at the bottom of the page.
  3. Right-click inside the list view, and then click List View Properties.
  4. In the Data View Details task pane, click Sort & group.

    Note  To group list content, at least one column must appear in the Sort order list. To add a column to the Sort Order list, select the column in the Available fields list and click Add.

  5. To group by a column, in the Sort order list, select the column, and in the Group Properties field, click Show group header.
  6. Do one of the following:
    • To display the set of items in collapsed form, click Collapse groups by default.
    • To display the set of items in expanded form, click Expand groups by default.

    Note  In a list view, you can group a list by up to two columns. The order of grouping is determined by the order of the columns in the Sort order list.

  7. Click OK.
  8. On the File menu, click Save.

ShowCreate a list

You can create lists by using FrontPage, as well as by using Windows SharePoint Services in your Web browser.

  1. On the File menu, click New.
  2. In the New task pane, click SharePoint List.
  3. Do one of the following:
    • To create any of the built-in list types except Survey:
      1. On the Lists tab, click the list type, such as Issues.
      2. In the Specify the name for the new list field, type a name for the list.
      3. Click OK.
    • To create a Survey list, do one of the following:
      • To start a wizard that will prompt you for the survey questions, on the Survey tab, click New Survey Wizard.
      • To create an empty survey that you can add questions to later, on the Survey tab, click Survey, and click OK.
    • To create a custom list, do one of the following:
      • Click New List Wizard and follow the steps in the wizard to add columns and specify other list parameters.
      • Click Custom List to create an empty custom list to which you can later add columns.

        Adding columns to a list is described in "Change columns and settings."

ShowCreate a document library

You can create document libraries by using FrontPage, as well as by using Windows SharePoint Services in your Web browser.

  1. On the File menu, click New.
  2. In the New task pane, click SharePoint List.
  3. Do one of the following:
    • To create one of the built-in document library types, such as Document Library or Picture Library:
      1. On the Document Libraries tab, click the document library type.
      2. In the Specify the name for the new document library field, type a name for the document library.
      3. Click OK.
    • To create a custom document library, click New Document Library Wizard and follow the steps in the wizard to add columns and specify other parameters.

ShowChange columns and settings

You can set a list or document library's general properties, add and reorder list columns, and specify list security settings by using FrontPage.

  1. On the View menu, click Folder List if it is not already selected.
  2. In the Folder List pane, locate the list or document library's folder. For example, the folder name of the default links list is named Links.
  3. Right-click the folder, and then click Properties.
  4. Do any of the following:
    • On the Settings tab, change the list's name, description, and other general properties.
    • On the Fields tab, add, remove, change, or reorder the list's columns.
    • On the Security tab, change the list's security settings.
    • On the Supporting Files tab, change any of the list's supporting files, such as the new item form or default view page.
  5. Click OK.
  6. On the File menu, click Save.

ShowInsert a view onto a page

You can insert a view of a list or document library onto any page in your SharePoint site that has a .aspx filename extension. Your site's Home page, along with Web Part Pages in the site's document libraries are .aspx pages. Although you can insert a view anywhere on a .aspx page, we recommend that you insert the view into a Web Part zone on the page. By inserting the view in a Web Part zone, you can take advantage of additional features, such as the ability to connect one list view to another from your browser.

Note  Web Part zones on .aspx pages are outlined and labeled in FrontPage. To verify that an area of a page is a Web Part zone, right-click it and make sure that the Web Part Zone Properties command is available.

  1. Open the page on which you want to insert the list or document library view and click the place on the page where you want to insert the view of the list.
  2. On the Data menu, click Insert Web Part.
  3. In the Web Parts task pane, in the Web Part List list, click the list that you want to insert, and then click Insert Selected Web Part.
  4. On the File menu, click Save.