![]() |
|
#1
|
|||
|
|||
|
I am
![]() Hello I am using Quick Report 3. In that I am using Group Header and Sub Detail bands. In the Group Header band the heading is written. The report contains 5 Group Header bands. In the out put the Group Header band appears in the top and also above of the Sub detail band. I only want one that print above the Sub Detail band. How to do this? I am attaching a screen that explains better. Please Help.
__________________
regards sridhar |
|
#2
|
|||
|
|||
|
Hi:
Firstly you should check the property HeaderBand of the Subdetailbad it has to be empty, otherwise it will show you the header of the groupheader inside the subdetail band |
|
#3
|
|||
|
|||
|
Hello
Thanks for your time. Sorry for this much delay as my net was down and my system is crashed. It didnt work and the problem still persists. What to do
__________________
regards sridhar |
|
#4
|
|||
|
|||
|
I find Rave a whole lot better to use for reports. It has the Band stuff but I only use the RVSystem component. Here's a part of your report...
procedure TForm1.RvSystem1PrintHeader(Sender: TObject); begin with Sender as TBaseReport do begin SetFont('Arial',18); FontColor := clMaroon; Bold := True; GoToXY(4.75,0.8); PrintCenter('Patient History on Transplant Date 20/05/2009',4.25); FontSize := 14; end; end; procedure TForm1.RvSystem1Print(Sender: TObject); begin with Sender as TBaseReport do begin MoveTo(0.5,1.0); LineTo(8.0,1.0); GoToXY(0.5,1.4); FontColor := clGreen; Underline := True; PrintLeft('TUBERCULOSIS',0.5); Underline := False; Bold := False; GoToXY(0.5,1.8); PrintLeft('Date',0.5); PrintLeft('Diagnosis',2.2); PrintLeft('Location',3.8); PrintLeft('Treatment Days',5.4); PrintLeft('Treatment',7.0); Bold := True; Underline := True; GoToXY(0.5,2.2); PrintLeft('SEPSIS',0.5); GoToXY(0.5,2.6); PrintLeft('NOCARDIA',0.5); end; end; Have you tried Rave? George |
|
#5
|
|||
|
|||
|
Hello Geowink
Thanks for your time. I do not use rave. i have to try it. I will try the same
__________________
regards sridhar |
![]() |
| Thread Tools | |
| Display Modes | |
|
|