The Move To Specific Record server behavior is applied on the detail page
itself and may be attached at any time. Unlike the filtered recordset approach, which uses a single record in
the recordset, Move To Specific Record requires a recordset that includes all the possible records and their
data. This gives you the capability to move through the recordset using the Recordset Paging server behaviors.
The record specified by the URL parameter, as interpreted by the server behavior, is extracted from the
overall recordset and its data displayed. To use the Move To Specific Record server behavior to create a
detail page, follow these steps:
1. Establish a recordset that contains all the possible records that could be requested by the master page.
2. From the Server Behaviors panel, choose Move To Specific Record from the Move To Record submenu.
The Move To Specific Record dialog box is displayed, as shown in Figure 23-4.
FIGURE 23-4
An alternative method for creating a detail page uses the Move To Specific Record server
behavior.
3. Select the desired recordset from the list labeled Move To Record In.
4. Choose the field referenced in the URL parameter from the Where Column field.
5. Enter the variable in the URL parameter in the Matches URL Parameter field.
Pages:
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278