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

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

Advertisement

186
Example
<PAGE name="Tables" type="SelectTables" caption="Tables"
SelectTable
This page lets the user select one of the tables from the specified data source.
Exposes controls
cbTables (dropdown) — The control lists tables in the data source specified in the
DataSource parameter.
The control exchanges with the bound parameter the name of the selected table.
Reads parameters
DataSource (required) — Name of the data source.
ListBoxLabel — Caption for the dropdown control.
ListBoxDescription — More detailed description for the dropdown control.
ResetParams — Comma-delimited list of parameters that should be emptied if user
reselects the table.
RemoveParams — Comma-delimited list of parameters that should be removed if user
reselects the table.
image="..\\images\\SelectTable.bmp">
<PARAM name="DataSource" value="$${DataSource}">
<PARAM name="ListBoxLabel" value="Select database tables:">
<PARAM name="ListBoxDescription"
value="Please specify the tables which will be involved in
this
application. This should include any tables against which
you
would like to search or tables containing data that will be
displayed on either the Result or Detail pages.\n\nPress
Ctrl or
Shift together with the mouse click in order to select more
than
one table. Do not select unrelated tables.">
<PARAM name="MultiSelect" value="yes">
<PARAM name="ResetParams" value="Joins">
<PARAM name="RemoveParams" value="SearchFields,ResultFields,
DetailFields,UniqueIdentifier">
<INPUT name="lstTables" param="Tables" required="yes"
validationMsg="You did not select any tables. Please select
at
least one before proceeding.">
</PAGE>

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION STUDIO 4.5-USING COLDFUSION STUDIO and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Coldfusion studio 4.5

Table of Contents