97
CHAPTER 9
Lesson 6: Creating a Main Application Page
In this lesson you will enhance the Compass Travel Trip Maintenance application. So far, you
created a very useful drill-down query facility. Compass Travel trip coordinators can produce lists
required by management and easily locate and display information about any trip. There are
several requirements that were identified in
“Lesson 1: Preparing to Build the
Sample Application” on page 41
that you have not yet addressed:
•
The ability to browse through the Trips table.
•
The ability to add, delete, and edit trip information.
You will modify the Trip Detail page to accomplish this additional functionality. The Trip Detail
page shows information about a single trip. You will convert the Trip Detail page into the main
application page by adding the following functionality:
•
Navigation buttons to browse the database
•
Database maintenance buttons to edit, delete, and add new trips, as well as a button to search
This lesson contains the following exercises:
Exercise 1: Creating the main application page from the Trip Detail page . . . . . . . . . . . . . . . . 98
Exercise 2: Adding database maintenance buttons . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 100
Summary of Contents for COLFUSION MX 7-GETTING STARTED BUILDING COLDFUSION...
Page 1: ...COLDFUSION MX7 Getting Started Building ColdFusion MX Applications...
Page 6: ...6 Contents...
Page 10: ......
Page 14: ...14 Chapter 1 Introducing ColdFusion MX...
Page 38: ...38 Chapter 3 Database Fundamentals...
Page 40: ......
Page 58: ...58 Chapter 5 Lesson 2 Configuring Your Development Environment...
Page 70: ...70 Chapter 6 Lesson 3 Retrieving Data...
Page 84: ...84 Chapter 7 Lesson 4 Building Dynamic Queries...
Page 96: ...96 Chapter 8 Lesson 5 Creating a Trip Detail Page...
Page 102: ...102 Chapter 9 Lesson 6 Creating a Main Application Page...