|
3 |
Repeat step 2 for all the recordset columns you want to display on the page. |
|
|
At design time, the size of the placeholders used to represent dynamic content may distort the appearance of your table by stretching the table cells. Viewing the page in the UltraDev Live Data window eliminates this problem and gives you a more accurate view of how the page will look in a browser.
Before you can view the results page in the Live Data window, you must provide the page with search parameters expected from the search page. The results page needs the parameters to search the database and create a recordset to display in the Live Data window.
Providing the results page with expected search parameters is a one-time-only requirement.
To provide the results page with expected search parameters:
1 |
In the Document window, choose Live Data Settings from the View menu. |
|
The Live Data Settings dialog box appears. |
2 |
Click the URL Request plus (+) button to define a simulated search parameter. |
3 |
In the Name column, enter the name of a form object on the search page. |
4 |
In the Value column, enter a value a user might enter as a search parameter. |
|
The value should give search results. |
|
The following example displays the name of the list/menu object on the search page as listDept. You can see that the Web application developer knows that the DEPARTMENT column in the database table contains several instances of the value Trip Staff. |
|
|
|