//---------------------------------------------------------------------------
// Borland C++Builder
// Copyright (c) 1987, 2000-2002 Borland International Inc.  All Rights Reserved.
//---------------------------------------------------------------------------

TITLE:
  NAVSDI

DESCRIPTION:
  This example shows how to use multiple forms for a database application.  

DEMONSTRATES:
  TDataSource, TDBGrid, TDBNavigator, TPanel, TDM1, TDBEdit

COMMENTS:
   
   To use the example:
   
      1)  Use the navigator to move to the next customer and watch the
	  customers data change.
      2)  From the Help menu item select messages.  When it is checked
          a message will come up when you go from customer to customer data. 
      3)  From the record menu you can perform the same operations as the
          navigator tool.   

