MACROMEDIA COLDFUSION STUDIO 5-USING COLDFUSION 5 STUDIO Use Manual page 211

Table of Contents

Advertisement

Wizard Definition Page Library
<INPUT name="lstJoins" param="Joins">
</PAGE>
SelectFields
<PAGE name="SearchFields" type="SelectFields" caption="Fields for
page" image="..\\images\\SearchCriteria.bmp">
<PARAM name="DataSource" value="$${DataSource}">
<PARAM name="Tables" value="$${Tables}">
<PARAM name="ListBoxLabel" value="Select the search fields:">
<PARAM name="ListBoxDescription"
value="Choose all fields that should be included as search
criteria on the Search page. Press Ctrl or Shift together with the
mouse click in order to select more than one field.">
<PARAM name="MultiSelect" value="yes">
<INPUT name="lstFields" param="SearchFields" required="yes"
validationMsg="You did not select any fields. Please select at
east one before proceeding.">
</PAGE>
SelectField
<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>
Search
193

Advertisement

Table of Contents
loading
Need help?

Need help?

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

This manual is also suitable for:

Coldfusion studio 5

Table of Contents