MACROMEDIA COLDFUSION STUDIO 4.5-USING COLDFUSION STUDIO Use Manual page 181

For windows 95/98/nt4/2000
Table of Contents

Advertisement

SelectField
This page lets the user select one field from the list of fields. The list of fields contains
all fields from the specified tables.
Exposes controls
cbFields (required) — The control lists fields in the tables specified in the Tables
parameter. The control exchanges with the bound parameter the field information in
the format "table.field=type.size.required" (see the SelectFields page)
Reads parameters
DataSource (required) — Name of the data source.
Tables (required) — Comma-delimited list of tables.
ListBoxLabel — Caption for the dropdown control.
ListBoxDescription — More detailed description for the dropdown control.
Example
<PAGE name="IDField" type="SelectField" caption="Unique Identifier"
image="..\\images\\UniqueIDDetail.bmp">
<PARAM name="DataSource" value="$${DataSource}">
<PARAM name="Tables" value="$${Tables}">
<PARAM name="ListBoxLabel" value="Select the unique
identifier for
the Detail page:">
<PARAM name="ListBoxDescription" value="In order to
'drill-down' to
the detail page the wizard needs to know the unique
identifier for
the detail page. This is the field that determines which
record
should be displayed in detailed form.\n\nFor example, if you
are
building an application to search an employee database you
might
use a field called 'Employee_ID' as the unique identifier.">
<PARAM name="MultiSelect" value="no">
<INPUT name="cbFields" param="UniqueIdentifier"
required="yes"
validationMsg="You did not select the unique identifier.
Please
select one before proceeding.">
</PAGE>
189

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion studio 4.5

Table of Contents