Hmmm...Looking at the QRShape component, there is no stretching
properties.  I would recommend using the Frame Property of the QRDBText
to draw a vertical line there. (Frame/DrawLeft = True)

Unfortunately there is no way to anchor the QRShape component on a Band
and then have the Band's height be the Shape's height.

Tom Nesler


-----Original Message-----
From: delphi-en@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of nishawajeed
Sent: Thursday, August 31, 2006 5:09 AM
To: delphi-en@yahoogroups.com
Subject: [delphi-en] Re: quickreport help


Hi Tom,

  thanks for ur reply and sorry for framing the question wrongly,
what i need is how to expand the Qrshape component shape-vertical 
line to fit the height of the band. hope iam clear this time

regards
nisha

--- In delphi-en@yahoogroups.com, "Nesler, Thomas J" <[EMAIL PROTECTED]> 
wrote:
>
> Hi Nisha!
> 
> -----Original Message-----
> From: delphi-en@yahoogroups.com [mailto:[EMAIL PROTECTED] 
On
> Behalf Of nishawajeed
> 
> Hi
>   Can u Pls help me how to automatically expand vertical line to 
fit a 
> band in quickreport. 
>   regards
> nisha
> >>>>>>>>>>>>>>>>>>>>>>>
> 
> QuickReport has two properties on their Tlabel and TQrDBText:  
AutoSize
> and AutoStretch.
> 
> AutoSize is normally set to True.  This means that the label will 
accept
> any amount of data to the right.  If you are working with a large 
field
> Or input data with a label, you need to set the AutoSize property to
> false and manually set the width of the field so that the data is
> wrapped to the next line.  To make the wrapping work correctly, 
change
> the AutoStretch property to True.  This will 'stretch' the field  to
> cover multiple lines on the report.
> 
> Hopefully this is what you are looking for.  If not, please reply.
> 
> Good Luck!
> 
> Tom Nesler
> Live long!...   Code Well!...   and Prosper!...   V
> 
> 
> 
> 
> 
> 
> -----------------------------------------------------
> Home page: http://groups.yahoo.com/group/delphi-en/
> To unsubscribe: [EMAIL PROTECTED] 
> Yahoo! Groups Links
>






-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED] 
Yahoo! Groups Links



 



-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/delphi-en/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to