Getting Started-2-Tier


Lesson 13. The Finale

Congratulations! You have created a fully functional Panther application.

So, now take it from the top!

  1. Invoke the editor and connect to the database.
  2. Choose FileTest Mode (press F2) or .
  3. Choose OptionsOpen Screen.

    The Enter Screen Name dialog box opens.

  4. Enter dstslect.scr and choose OK.

    The Select Distributor screen opens.

  5. Choose .

    All distributors in the vidsales database are displayed.

  6. Scroll down the list and double-click on the row for distributor ID 3. The Distributor Orders screen opens and displays the information associated with the distributor.

  7. Double-click on the Order_num 1004.

  8. Add the following new order items:

    ID Qty Price

    15

    3

    20.00

    30

    2

    29.00

  9. Press TAB between each entry. The totals are updated appropriately.

You can add, update, or delete order items. Or delete the entire order by choosing the Delete Order button.

You can always find something more to do that will improve an application. Continue to enhance the screens—for instance, add a Details push button to invoke the send_order_data procedure from the Distributor Orders screen, or add a Done button to the Order Item Detail screen that will take the user back to the Select Distributor screen.

You have successfully completed the tutorial!