Master Detail Page Set Enabling Users to See More Detailed Data.

Slides:



Advertisements
Similar presentations
Support.ebsco.com Creating Journal Alerts Tutorial.
Advertisements

1 After completing this lesson, you will be able to: Create a database. Create a table using the Table Wizard. Create and modify a table in Design view.
1 After completing this lesson, you will be able to: Create a new presentation using a design template. Enter text in the Slide pane. Create a new slide.
Creating a Login Process Creating a users table and a login form that denies access to unauthorized users.
MS Access 2003 Tutorial By: Juan GUANTENG!!! Y7. Step 1 Launch the Microsoft Access 2003 program. This can be done by clicking an icon on the desktop.
Microsoft Office 2007 Microsoft Excel Collaboration Feature Using SharePoint and Excel Services.
Microsoft Office 2007: Introductory Computer Applications 11.
Web Content Management System Website Maintenance Demonstration Introduction to Macromedia Contribute Jamie Uprichard.
Chapter 3 Tables and Page Layout
Chapter 1 Databases and Database Objects: An Introduction
Integrating Access with the Web and with Other Programs.
Microsoft Office 2007 Access Integration Feature Sharing Data Among Applications.
Searching a Database Creating a Form for Users to Search a Database.
Creating a Users Table The users table contains a list of your site’s authorized users, logins, and passwords.
Creating a Site Defining the Local site Setting up the Remote Site Identifying the Testing Server.
XP New Perspectives on Microsoft Access 2002 Tutorial 71 Microsoft Access 2002 Tutorial 7 – Integrating Access With the Web and With Other Programs.
Access Tutorial 8 Sharing, Integrating, and Analyzing Data
Pasewark & Pasewark 1 Word Lesson 8 Increasing Efficiency Using Word Microsoft Office 2007: Introductory.
Access Tutorial 10 Automating Tasks with Macros
®® Microsoft Windows 7 Windows Tutorial 6 Searching for Information and Collaborating with Others.
Creating a Website. Unit Objectives Plan a website Create a folder for website management Set up a website Add a folder to a website Save a web page Copy.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Dreamweaver CS4 Concepts and Techniques Chapter 7 Page Layout with Frames.
Tutorial 10 Adding Spry Elements and Database Functionality Dreamweaver CS3 Tutorial 101.
HTML, XHTML, and CSS Chapter 12 Creating and Using XML Documents.
Tutorial 1: Getting Started with Adobe Dreamweaver CS4.
Creating a Survey Using Dreamweaver’s Record Insertion Form Wizard.
Adding User Interactivity – Lesson 51 Adding User Interactivity Lesson 5.
Website Development with Dreamweaver
Targeted Training, LLC. APPLYING STYLES DOWNLOAD FREE TRIAL OF ADOBE CONTRIBUTE ADOBE CONTRIBUTE CONNECTION WIZARD ENTERING EDIT MODE WEB PUBLISHING PROCESS.
 Because I don’t understand it!! By Jon Lehman.  Mail merge is a useful tool that will allow you to easily produce multiple letters, labels, envelopes,
XP New Perspectives on Integrating Microsoft Office XP Tutorial 2 1 Integrating Microsoft Office XP Tutorial 2 – Integrating Word, Excel, and Access.
Session 1 SESSION 1 Working with Dreamweaver 8.0.
Domain 3 Understanding the Adobe Dreamweaver CS5 Interface.
Macromedia Dreamweaver 8 Revealed DREAMWEAVER GETTING STARTED WITH.
XP New Perspectives on Microsoft Access 2002 Tutorial 1 1 Microsoft Access 2002 Tutorial 1 – Introduction To Microsoft Access 2002.
Dreamweaver MX. 2 Overview of Templates n Forms enable you to collect data from ______. n A form contains ________ such as text fields, radio buttons,
Microsoft Publisher 2010 Chapter 7 Advanced Formatting and Merging Publications with Data.
Intro to Excel - Session 6.21 Tutorial 6 - Session 6.2 Integrating Excel with Other Windows Programs and the World Wide Web.
Macromedia Dreamweaver 8-- Illustrated Introductory 1 Macromedia Dreamweaver 8 Unit B Creating a Web Site.
Microsoft Access 2010 Chapter 10 Administering a Database System.
XP New Perspectives on Microsoft Access 2002 Tutorial 1 1 Microsoft Access 2002 Tutorial 1 – Introduction To Microsoft Access 2002.
Course ILT Forms and queries Unit objectives Create forms by using AutoForm and the Form Wizard, and add or modify form headers and footers Open and enter.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 7 1 Microsoft Office FrontPage 2003 Tutorial 7 – Creating and Using Templates in a Web.
Paging Through a Data Table Creating a Navigation Bar Using the Recordset Navigation Bar Server Behavior.
Instructions.  Open up the letter that Adam has given to you  Format it so it look professional.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 7 1 Microsoft Office FrontPage 2003 Tutorial 8 – Integrating a Database with a FrontPage.
Project 1 Dreamweaver Provides. Automatic Web Page Design Develop your own webpage without having to spend hours writing HTML code Web site management.
Merging Data into a Letter. Start with a letter that has places where you want to merge individual data ready to go.
1 After completing this lesson, you will be able to: Get around the Internet with your browser. Connect to the Internet. Print Web pages. Save Web pages.
Producing a Mail Merged Letter Step 1 Create an Access database for Names and Addresses you can use the ‘Customers’ template in Group Work. Enter the necessary.
Copyright 2007, Paradigm Publishing Inc. ACCESS 2007 Chapter 6 BACKNEXTEND 6-1 LINKS TO OBJECTIVES Using the Report Button Using the Report Button Print.
Introducing Dreamweaver. Dreamweaver The web development application used to create web pages Part of the Adobe creative suite.
1 After completing this lesson, you will be able to: Create a form using AutoForm. Create a form using the Form Wizard. Add controls to a form. Modify.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 8 1 Microsoft Office Access 2003 Tutorial 8 – Integrating Access with the.
XP New Perspectives on Macromedia Dreamweaver MX 2004 Tutorial 5 1 Adding Shared Site Elements.
Web based Documentation Distribution Tools: MSAccess database (DSN) DreamWeaver Ultradev Microsoft Image Composer Clicking on the document will open an.
Creating SQL Database file And Displaying a Database Table in a DataGridView.
How to create a web page using word …
Creating a Journal Alert on EBSCOhost
Displaying a Data Table
Module 6: Creating Web Pages and Working with Channels
Horizontal Centering Using the menu bar
Tutorial 6 Creating Dynamic Pages
Access Tutorial 8 Sharing, Integrating, and Analyzing Data
Microsoft Office Access 2003
Microsoft Office Access 2003
Version: Macromedia Dreamweaver CS3 Updated: April 2008
Tutorial 7 – Integrating Access With the Web and With Other Programs
Tutorial 8 Sharing, Integrating, and Analyzing Data
Presentation transcript:

Master Detail Page Set Enabling Users to See More Detailed Data

Master Detail Page Set When a data table contains too many fields to display all at once, you can display a master page that lists a record summary with links the user clicks to see more detail. To help you do this, Dreamweaver has an Application object called the Master Detail Page Set server behavior. The following tutorial steps you through the process of creating a Master Detail Page Set.

Create an ASP Page Pull down the File menu and choose New to bring up the New Document dialog. Select the Dynamic Page category to make the Dynamic Page options appear. Select ASP JavaScript and click the Create button; the new page appears. Pull down the File menu, choose Save, and save the file in your site’s local root folder; in this example, make the name of the page be MasterDetail.asp.

Defining the Data Source If you have not already defined the data source containing your table, follow these steps: Click to position your cursor in the Databases window. If the Databases window is not visible, pull down the Window menu and choose Databases. Click the plus-sign button and choose Custom Connection String. When the Custom Connection String dialog appears, enter the name of the connection and your connection string.

Entering the Connection String In this course, the connection string is: "DBQ=C:\webs.oet.udel.edu\fthstudents\ databases\lastname\TopSecret.mdb; DRIVER={Microsoft Access Driver (*.mdb)}“ -or- "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\ webs.oet.udel.edu\fthstudents\databases\lastname\TopSecret.mdb“ If you are running your own Web server, you can use the my.udl wizard to create the connection string.

Create a Recordset Data Binding Click the Bindings tab of the Application window, or pull down the Window menu and choose Bindings. Click the plus sign button and choose recordset to make the recordset dialog appear. Customize the Name field to suit your application. If this is a list of users, for example, make the Name field say UsersRecordset. Choose the connection that contains the table. Select the data table containing all of the data. Select the data fields you want displayed on the master page as well as the detail page; in this example, choose all the data fields. Click OK.

Select the Application Toolbar If the Insert toolbar is not already set to Application, pull down the toolbar menu by clicking the arrow near the left of the toolbar bar and choose Application to make the Application toolbar appear:

Insert the Master Detail Page Set Click to position the cursor at the spot on the page where you want the master part of the page set to appear. On the Application toolbar, click the Master Detail Page Set Tool:

Set the Master Detail Page Set Options In the Detail page name field, enter the name you want the page to have, or use the Browse button to select the name of an existing active server page. Click OK when you are done setting these options.

Test the Master Detail Page Set Save the newly created master and detail pages and publish them to your Web site. Browse to the master page and see how it appears onscreen. Click ID numbers on the master page to see the corresponding detail on the detail page.

Adjust the Page Layout Stylize the page elements as you wish. Use a surrounding table, for example, to make the master table, the navigation bar, and the status report align with each other as follows: