Mark,

The Quick report is for a Person (Person Table) it gets data from various
tables - approx 10-12 Datasets. some of these have sub detail records some
do not.
I can get it all displaying - but I can't seem to change the order of the
bands.

The following is an attempt to describe the type of thing I am after
Each band comes from a different DataSet - all linked back to PersonID
I can get the info to display, but I can't get the Bands in the right order
...
QuickReports seems to insist that all TQRGroups must come before TQRBand
(type: rbGroupHeader)
Any help much appreciated ...

Example of the type of thing I want to do

Person Paul

Band for Name address
Band for Course Info [Name of Course etc.] - (no SubDetail stuff)
Band for Course Details [Year, Tutor etc.] - (SubDetail stuff)
 - Subject A
 - Subject B
Band for Education details - (SubDetail stuff)
 - School C
    - Subject A
    - Subject B
 - UE
    - Subject A
    - Subject B
Band for Ethnic background - (no SubDetail stuff)
Band for Medical stuff - (no SubDetail)



Regards
Paul McKenzie
Analyst Programmer
SMSS Ltd.
----- Original Message -----
From: "Mark Howard" <[EMAIL PROTECTED]>
To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]>
Sent: Thursday, September 12, 2002 1:21 PM
Subject: Re: [DUG]: QuickReports


> Paul
>
> You may have to be a bit more specific 8-)
>
> How many DataSets are to appear in your report?  I only use sub-
> details when there is more than one dataset appearing.  Each sub-
> detail can then have it's header and/or footer band enabled.
>
> Will try to help more, with more details ('scuse the pun)
>
> Mark
>
> On 12 Sep 2002 at 13:01, Paul McKenzie wrote:
>
> >
> > G'Day
> >
> > I have a large QuickReport which contains TQRGroups, TQRBands (Type:
> > rbGroupHeaders), and TQRSubDetails The TQRSubDetails follow the
> > TQRBands - all correct. The TQRGroups always appear before the
> > TQRBands - how do I stop this and define the required order ? I tried
> > making all group stuff TQRGroups - but every group with a TQRSubDetail
> > started doubling up ! I tried making all group stuff TQRBands (Type:
> > rbGroupHeaders) - but only the groups with TQRSubDetail displayed I
> > tried making all subdetail stuff TQRBands (type: rbSubDetail) - but
> > only one Subdetail record would ever print.
> >
> > I want to have a report that contains a set "Bands" in a specific
> > order - some of"Bands"will have SubDetails and some will not. Anyone
> > know how to do this... easily
> >
> > I have thought of making all group stuff TQRBands (Type:
> > rbGroupHeaders) and having empty TQRSubDetails to force allbands to
> > print.
> >
> > Regards
> > Paul McKenzie
> > Analyst Programmer
> > SMSS Ltd.
>
>
> --------------------------------------------------------------------------
-
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
> To UnSub, send email to: [EMAIL PROTECTED]
> with body of "unsubscribe delphi"
> Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/


---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to