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

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

Advertisement

RemoveParams — Comma-delimited list of parameters that should be removed if user
reselects the data source.
Example
<PAGE name="DataSource" type="SelectDataSource" caption="Data Source"
SelectTables
This page displays a list of tables in the specified data source and lets the user select
one or more of them.
Exposes controls
lstTables (dropdown) — The control lists tables in the data source specified in the
DataSource parameter. The control exchanges with the bound parameter a
comma-delimited list of selected tables.
Reads parameters
DataSource (required) — Name of the data source.
ListBoxLabel — Caption for the dropdown control.
ListBoxDescription — More detailed description for the dropdown control
MultiSelect — If "YES", user is allowed to select more than one table.
ResetParams — Comma-delimited list of parameters that should be emptied if user
reselects the tables.
RemoveParams — Comma-delimited list of parameters that should be removed if user
reselects the tables.
image="..\\images\\SelectData.bmp">
<PARAM name="ListBoxLabel" value="Select data source:">
<PARAM name="ListBoxDescription"
value="Choose the data source from which you would like to
display
data.\n\nIf your database is not registered as ODBC data
source,
open the ODBC administrator in Control Panel and add system
data
source for this database.">
<PARAM name="ResetParams" value="Joins">
<PARAM name="RemoveParams"
value="Tables,SearchFields,ResultFields,
DetailFields,UniqueIdentifier">
<INPUT name="cbDataSources" param="DataSource"
required="yes"
validationMsg="You did not select the data source. Please
select
one before proceeding.">
</PAGE>
185

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion studio 4.5

Table of Contents