1. From the Bindings panel, click the Add (+) button and choose Recordset from the list.
2. After you??™ve chosen the name, connection, and table, select the fields required by your details
page from the Columns list.
3. From the first Filter list, select the field that coincides with the value passed by the URL parameter,
as shown in Figure 23-3. This field should contain unique values that can be used to identify
each record.
FIGURE 23-3
Setting a filter in the simple Recordset dialog box requires completing four fields under the
Filter heading.
CROSS-REF CROSS-REF
CROSS-REF CROSS-REF
732
Incorporating Dynamic Data Part IV
4. From the second Filter list, select the equals operator (=).
5. From the third Filter list, ASP, .NET, PHP, and ColdFusion users should choose the URL
Parameter from the list; JSP users should select the URL/Form Variable.
6. In the fourth Filter field, enter the variable name passed by the master page in the Go To Detail
Page server behavior. Avoid names with spaces or other special characters; these names must be
URL-encoded and may be difficult to manage.
7. Click OK when you??™re finished.
You can preview the results of your detail page in Live Data view, but be sure to set up the Live Data settings
option first.
Pages:
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275