Board index » cppbuilder » TQuickReport DetailBand expanded ?

TQuickReport DetailBand expanded ?


2005-01-02 04:00:22 AM
cppbuilder99
Hello,
I use TQRShape in DetailBand and set QRShape->Height = DetailBand,
now on axpanded DetailBand i want expand QRShape Height and wrote this code
but QRShape->Height allways draw longer than DetailBand->Height ?
Please help me ?
----------------------------------------------------------------
void __fastcall TRepCarCfgForm::DetailBand1BeforePrint(TQRCustomBand
*Sender, bool &PrintBand)
{
QRShape4->Height = DetailBand1->Size->Height;
}
 
 

Re:TQuickReport DetailBand expanded ?

If you draw rectangle, use frame property.
"Sasan" < XXXX@XXXXX.COM >wrote in message
Quote
Hello,
I use TQRShape in DetailBand and set QRShape->Height = DetailBand,
now on axpanded DetailBand i want expand QRShape Height and wrote this
code
but QRShape->Height allways draw longer than DetailBand->Height ?
Please help me ?
----------------------------------------------------------------
void __fastcall TRepCarCfgForm::DetailBand1BeforePrint(TQRCustomBand
*Sender, bool &PrintBand)
{
QRShape4->Height = DetailBand1->Size->Height;
}