Choose View ??? Live Data Settings to begin. When the Live Data Settings dialog box is open,
enter the URL parameter name in the Name column and the value you??™d like to test in the Value column.
Make sure the Method option is set to Get, and click OK. Your preview should now include the specified
record, just as if the user had chosen it.
After entering Live Data view, you can test a variety of different records without reopening the
Live Data Settings dialog. In the URL Parameter field found on the Live Data toolbar, change
the URL parameter??™s current value and press Enter (Return). If you enter a value not found in the data
source, Dreamweaver displays an error indicating that it cannot display the page.
To test your master-detail application, save both pages and then preview the master page in the browser.
When you select the link to the detail page, you should see your chosen record.
Filtering a detail page recordset in Advanced mode
Sometimes you need to define a more complex recordset than is possible in the simple Recordset dialog
box. You can effectively add the same filter-by-URL-parameter argument for such recordsets in the advanced
Recordset dialog box by altering the SQL statement. Filtering in a SQL statement is handled by the WHERE
clause.
Pages:
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276