Summary - MACROMEDIA COLFUSION MX 7-GETTING STARTED BUILDING COLDFUSION MX Getting Started

Building coldfusion mx applications
Table of Contents

Advertisement

Reviewing the code
The following table describes the code that executes when the user clicks the Search button:
Code
<cfif IsDefined("Form.btnSearch")>
<cflocation url=

Summary

In this lesson, you added the capability of browsing trips sequentially to the Trip Detail page. You
also limited the result set of the dynamic query using the
By implementing the Maintenance Action page, you enabled users to take action on the current
trip. You used the ColdFusion
In the next lesson
You have implemented the navigation buttons and the Search button on the Trip Detail page. In
"Lesson 9: Enabling Database Maintenance" on page
and Edit buttons.
128
Chapter 11: Lesson 8: Implementing Browsing and Searching
"
"
tripsearchform.cfm
cflocation
Explanation
If the Form.btnSearch variable exists
>
because the user clicked the Search
button, go to the page
tripsearchform.cfm.
MaxRows
tag to link the search page to the Trip Detail page.
129, you will implement the Delete, Add
attribute of the
cfquery
tag.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Colfusion mx 7 - installing and using coldfusion mx

Table of Contents