This procedure describes how to create the three applications needed for the multiple-page application example. You will set up a master application and two child, or drill-down, applications, using database elements that extract data from sampledb. The three applications are:
SSCA Master – displays a list of departments and department heads within an organization.
SSCA Department – displays the employees in a department. An @OP tag is defined so that a default Dept Name of “Shipping” is displayed if no other department name is returned from the database at runtime.
SSCA Employee – displays information about an employee. An @OP tag is defined so that a default Emp Name of “Fran Whitney” is displayed if no other employee name is returned from the database at runtime.
The completed example lets you click a department name to display a list of employees in the department, and click a department head name to display information about the employee.
You extend the functionality so you can click an employee to display details about that employee.
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |