The Move To Specific Record dialog box is displayed, as shown in Figure 34-6.
FIGURE 34-6
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.
6. Click OK when you??™re finished.
For more information on the Move To Specific Record server behavior, see Chapter 23. CROSS-REF CROSS-REF
CROSS-REF CROSS-REF
1059
Handling Server Behaviors 34
Show Region
The Show Region server behavior displays an area of the screen if a particular condition is true. These are
often called conditional regions. A different set of server behaviors applies for each server model.
ColdFusion and PHP:
n Show If Recordset Is Empty
n Show If Recordset Is Not Empty
n Show If First Page
n Show If Not First Page
n Show If Last Page
n Show If Not Last Page
ASP.Net C# and ASP.Net VB:
n Show If DataSet Is Empty
n Show If DataSet Is Not Empty
n Show If First Page
n Show If Not First Page
n Show If Last Page
n Show If Not Last Page
JSP, ASP JavaScript, and ASP VBscript:
n Show Region If Recordset Is Empty
n Show Region If Recordset Is Not Empty
n Show Region If First Record
n Show Region If Not First Record
n Show Region If Last Record
n Show Region If Not Last Record
Requirements: One or more selected page elements and at least one recordset.
Pages:
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799