//--------------------------------------------------------------------------- // Borland C++Builder // Copyright (c) 1987, 1998 Borland International Inc. All Rights Reserved. //--------------------------------------------------------------------------- TITLE: MASTAPP for C++Builder ver 3, QuickReports ver 2 DESCRIPTION: A more complex application with a data module containing multiple TTables, TDataSources, TQueries and a TDataBase. If available, this application can run as an Interbase Client. QuickReport components are implemented to preview and print reports drawing information from SQL queries contained in TQuery components in the data module. MASTAPP also has Help files and a splash screen at startup. DEMONSTRATES: Standard Controls: TMainMenu, TPopupMenu,TRadioGroup,TPanel Data Access: TDataBase, TTable, TDataSource, TQuery, QuickReport Version 2 Controls: TQuickReport, TQRDetailLink, TQRBands,TQRDBText, TQRLabel Data Controls: TDBGrid, TDBNavigator TDBEdit,TDBComboBox, TDBLookupComboBox Additional Controls: TSpeedButton, TBevel COMMENTS: If an InterBase server is not installed the View|Remote Data menu choice will be disabled.