home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / QRMD.CPP < prev    next >
C/C++ Source or Header  |  1997-02-14  |  812b  |  21 lines

  1. //---------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4.  
  5. #include "QRMD.h"
  6. //---------------------------------------------------------------------
  7. #pragma resource "*.dfm"
  8. TQRMDForm *QRMDForm;
  9. //--------------------------------------------------------------------- 
  10. // QuickReport Master/detail 
  11. // - Connect a datasource to the QuickReport component
  12. // - Connect a datasource to the DetailLink component
  13. // - Make sure a master/detail relationship is set up between the two tables
  14. // - Put QRDBText components on the bands
  15. //--------------------------------------------------------------------- 
  16. __fastcall TQRMDForm::TQRMDForm(TComponent* AOwner)
  17.     : TForm(AOwner)
  18. {
  19. }
  20. //--------------------------------------------------------------------- 
  21.