Board index » cppbuilder » TQuickReport DetailBand expanded ?
Sasan
![]() CBuilder Developer |
Sasan
![]() CBuilder Developer |
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; } |
OKusmen
![]() CBuilder Developer |
2005-01-10 09:15:30 PM
Re:TQuickReport DetailBand expanded ?
If you draw rectangle, use frame property.
"Sasan" < XXXX@XXXXX.COM >wrote in message QuoteHello, |