Java Reference
In-Depth Information
8.
In DisplayShip:
A.
Add a relational record list called shipRRL
B.
Create a new database connection to the Shipment table called TNT_Shipment_Con
and define TNT_Shipment_Con as the connection for shipRRL
C.
Define the key of the table as shipment number
DisplayShip should have all the fields as in Figure 12-52 .
Figure 12-52.
9.
In c12, create a Facelet called InsertShip.
10.
In InsertShip, add a relational record called shipRR that:
A.
Has a control option for creating a new record
B.
Uses TNT_Shipment_Con to connect to the Shipment table
C.
Has a key defined as shipment number
InsertShip should look like Figure 12-53 .
Search WWH ::




Custom Search