First commit 11/07/1998

This commit is contained in:
2021-09-12 22:17:55 +02:00
commit 454b67044f
119 changed files with 1752 additions and 0 deletions

21
TAlarconRegLlamadas.cpp Normal file
View File

@ -0,0 +1,21 @@
//---------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "TAlarconRegLlamadas.h"
#include "TAlarcon.h"
//---------------------------------------------------------------------
#pragma resource "*.dfm"
TQRMDForm1 *QRMDForm1;
//---------------------------------------------------------------------
// QuickReport Master/detail
// - Connect a datasource to the QuickReport component
// - Connect a datasource to the DetailLink component
// - Make sure a master/detail relationship is set up between the two tables
// - Put QRDBText components on the bands
//---------------------------------------------------------------------
__fastcall TQRMDForm1::TQRMDForm1(TComponent* AOwner)
: TForm(AOwner)
{
}
//---------------------------------------------------------------------