186
Example
<PAGE name="Tables" type="SelectTables" caption="Tables"
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>
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.
Содержание COLDFUSION STUDIO 4.5-USING COLDFUSION...
Страница 1: ...Allaire Corporation Using ColdFusion Studio ColdFusion Studio 4 5 for Windows 95 98 NT4 2000...
Страница 16: ...xvi Contacting Allaire...
Страница 90: ...82...
Страница 130: ...122...
Страница 133: ...141 Two VTML tags CAT and E let you customize the content of these dialog boxes...
Страница 182: ...190...