[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Indent Text Wrap
On Thu, 15 Feb 2001, Abbatiello, Bethany wrote:
> I am wondering if it is possible to indent the second line of a text wrapped
> field in a report column. We need to be able to distinguish whether a line
> is a new record or if it is wrapped from the previous line.
Just a quick thought, but you could try something like...
let $start_name = substr($name,1,2)
let $wrap_name = substr($name,3,9999)
...
print $start_name (,#name_col)
print $wrap_name (,#wrap_name_col) wrap ....
HTH,
-----------------------------------------------------------------------
Donald Mellen | Ray Ontko & Co. - Richmond, IN - http://www.ontko.com/
donm@ontko.com | "In the beginning, there was nothing, which exploded"