First commit 11/07/1998
This commit is contained in:
21
TAlarconProductos.cpp
Normal file
21
TAlarconProductos.cpp
Normal file
@ -0,0 +1,21 @@
|
||||
//---------------------------------------------------------------------
|
||||
#include <vcl.h>
|
||||
#pragma hdrstop
|
||||
|
||||
#include "TAlarconProductos.h"
|
||||
#include "TAlarcon.h"
|
||||
//---------------------------------------------------------------------
|
||||
#pragma resource "*.dfm"
|
||||
TQRMDForm *QRMDForm;
|
||||
//---------------------------------------------------------------------
|
||||
// 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 TQRMDForm::TQRMDForm(TComponent* AOwner)
|
||||
: TForm(AOwner)
|
||||
{
|
||||
}
|
||||
//---------------------------------------------------------------------
|
Reference in New Issue
Block a user