SEARCH
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Prev | Current Page 1301 | Next

Joseph W. Lowery

"Dreamweaver CS3 Bible"


3. In the Recordset dialog box??™s Simple mode, enter rsResults in the Name field.
4. From the Connection list, choose RelativeRealty.
5. From the Table list, select Properties.
To return the proper results for the search, you need to limit the recordset to records in which the
database??™s description field contains the keyword searched for. You??™ll recall that text field in the
search page was named searchField.
6. Set the Filter options like this:
propDesc contains
Form Variable searchField
7. Leave the Sort list at its default setting and click OK.
With the recordset defined, you??™re ready to begin binding data to the page.
8. In the Bindings panel, expand the Recordset (rsResults) entry.
continued
Creating the Results Page
756
Incorporating Dynamic Data Part IV
continued
9. Place the proper dynamic data in position:
n Drag propType to the cell under the Type label.
n Drag propDesc to the cell under the Description label.
n Drag propBedrooms to the cell under the Bedrooms label.
n Drag propBathrooms to the cell under the Bathrooms label.
n Drag propAgent to the cell under the Agent label.
10. Select any of the dynamic elements just added to the page like rsResults.propType and, from the
Tag Selector, choose the tag.
11. From the Server Behaviors panel, click Add (+) and select Repeat Region from the list.


Pages:
1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313