23 lines
707 B
C++
23 lines
707 B
C++
//---------------------------------------------------------------------
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
|
|
#include "LSPrecios1.h"
|
|
#include "TAlarcon.h"
|
|
//---------------------------------------------------------------------
|
|
#pragma resource "*.dfm"
|
|
TQRListForm2 *QRListForm2;
|
|
//---------------------------------------------------------------------
|
|
// QuickReport simple list
|
|
// - Connect a datasource to the QuickReport component
|
|
// - Put QRDBText components on the Detail band
|
|
//---------------------------------------------------------------------
|
|
__fastcall TQRListForm2::TQRListForm2(TComponent* AOwner)
|
|
: TForm(AOwner)
|
|
{
|
|
}
|
|
//---------------------------------------------------------------------
|
|
|
|
|
|
|