//--------------------------------------------------------------------- #include #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) { } //---------------------------------------------------------------------