Instead of a
Move To Specific Record server behavior on the target page, create a recordset filtered from the passed
form/URL values.
CAUTION CAUTION
741
Crafting Multiple-Page Applications 23
742
Incorporating Dynamic Data Part IV
Adynamic application that searches a database uses two pages: one to specify the search parameters and
another to display the results page. In this Technique, you create the search page.
1. From the Techniques - Dynamic site (established in Chapter 19), expand the 22_Dynamic_Pages
folder and open the search_start file for your server model.
2. Place your cursor below the opening paragraph of placeholder text.
3. From the Forms category of the Insert bar, click Form.
4. In the Property inspector, click the Action field??™s Browse for File folder icon and select the
results_start file for your server model in the current folder.
5. Make sure your cursor is inside the form and, from the Insert bar??™s Common category, choose
Table.
6. In the Table dialog box, specify these settings:
Setting Value
Rows 2
Columns 2
Width 300 pixels
Border thickness 0 pixels
7. When you??™re done, click OK.
8. In the top row??™s first cell, enter the text Keywords.
9. Select the
tag from the Tag Selector and, then, from the Property inspector??™s Class list, choose formLabel.
Pages:
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
|