User Guide

Table Of Contents
PART V
Requesting and Presenting Information
This part describes how to dynamically request information from users and display information
on their browsers. It includes information on using the HTML form tag, CFML
cfform tag, and
other ColdFusion tags to request data from users; how to use the
cfchart tag to graphically
display data; and how to use the Flash Remoting service to provide information to Macromedia
Flash applications for display.
The following chapters are included:
Chapter 26: Introduction to Retrieving and Formatting Data . . . . . . . . . . . . . . . . . . . . . . . . 609
Chapter 27: Building Dynamic Forms with cfform Tags . . . . . . . . . . . . . . . . . . . . . . . . . . . . 631
Chapter 28: Validating Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 659
Chapter 29: Creating Forms in Macromedia Flash. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 687
Chapter 30: Creating Skinnable XML Forms. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 709
Chapter 31: Creating Charts and Graphs. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 733
Chapter 32: Creating Reports for Printing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 763
Chapter 33: Using the Flash Remoting Service . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 807
Chapter 34: Using Server-Side ActionScript. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 823
PART V